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.
Changelog
Bug Fixes
- ensure module is up to date in watch handler (44e8871)