diff options
Diffstat (limited to 'cli/tools/run/hmr.rs')
-rw-r--r-- | cli/tools/run/hmr.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/tools/run/hmr.rs b/cli/tools/run/hmr.rs index 4ca9ee8b9..6ccf8e344 100644 --- a/cli/tools/run/hmr.rs +++ b/cli/tools/run/hmr.rs @@ -117,7 +117,7 @@ impl crate::worker::HmrRunner for HmrRunner { // If after filtering there are no paths it means it's either a file // we can't HMR or an external file that was passed explicitly to - // `--unstable-hmr=<file>` path. + // `--watch-hmr=<file>` path. if filtered_paths.is_empty() { let _ = self.watcher_communicator.force_restart(); continue; |