diff options
Diffstat (limited to 'cli/file_watcher.rs')
-rw-r--r-- | cli/file_watcher.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cli/file_watcher.rs b/cli/file_watcher.rs index b9c18c17f..dfcf05e27 100644 --- a/cli/file_watcher.rs +++ b/cli/file_watcher.rs @@ -1,3 +1,5 @@ +// Copyright 2018-2020 the Deno authors. All rights reserved. MIT license. + use crate::colors; use deno_core::error::AnyError; use futures::stream::StreamExt; |