Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: ensure module is up to date in watch handler
Before this fix, the module provided to the change handlers of watch-mode commands didn't have an up-to-date version, reflecting the latest dirty timestamp of the changed module. This resulted in errors due to version discrepancies between e.g. build and deploy tasks in watch mode commands.
- Loading branch information