summaryrefslogtreecommitdiff
path: root/cli/tools/run
diff options
context:
space:
mode:
Diffstat (limited to 'cli/tools/run')
-rw-r--r--cli/tools/run/mod.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/cli/tools/run/mod.rs b/cli/tools/run/mod.rs
index bebb3f588..8fab544ec 100644
--- a/cli/tools/run/mod.rs
+++ b/cli/tools/run/mod.rs
@@ -124,7 +124,8 @@ async fn run_with_watch(
!watch_flags.no_clear_screen,
),
WatcherRestartMode::Automatic,
- move |flags, watcher_communicator, _changed_paths| {
+ move |flags, watcher_communicator, changed_paths| {
+ watcher_communicator.show_path_changed(changed_paths.clone());
Ok(async move {
let factory = CliFactory::from_flags_for_watcher(
flags,