summaryrefslogtreecommitdiff
path: root/cli/file_watcher.rs
diff options
context:
space:
mode:
Diffstat (limited to 'cli/file_watcher.rs')
-rw-r--r--cli/file_watcher.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/file_watcher.rs b/cli/file_watcher.rs
index 7bc4dd7b7..651a3ee31 100644
--- a/cli/file_watcher.rs
+++ b/cli/file_watcher.rs
@@ -5,6 +5,7 @@ use deno_core::error::AnyError;
use deno_core::futures::ready;
use deno_core::futures::stream::{Stream, StreamExt};
use deno_core::futures::Future;
+use log::info;
use notify::event::Event as NotifyEvent;
use notify::event::EventKind;
use notify::Config;