mirror of
https://github.com/denoland/deno.git
synced 2025-08-04 19:08:15 +00:00
This reverts commit 3545bff678
.
This commit is contained in:
parent
3035dee9f1
commit
d318e38b76
13 changed files with 43 additions and 127 deletions
|
@ -322,13 +322,13 @@ where
|
|||
continue;
|
||||
},
|
||||
_ = operation_future => {
|
||||
consume_paths_to_watch(&mut watcher, &mut paths_to_watch_receiver);
|
||||
// TODO(bartlomieju): print exit code here?
|
||||
info!(
|
||||
"{} {} finished. Restarting on file change...",
|
||||
colors::intense_blue("Watcher"),
|
||||
job_name,
|
||||
);
|
||||
consume_paths_to_watch(&mut watcher, &mut paths_to_watch_receiver);
|
||||
},
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue