diff options
Diffstat (limited to 'cli/global_state.rs')
-rw-r--r-- | cli/global_state.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/global_state.rs b/cli/global_state.rs index daabcf519..cb265d9e5 100644 --- a/cli/global_state.rs +++ b/cli/global_state.rs @@ -1,4 +1,5 @@ // Copyright 2018-2020 the Deno authors. All rights reserved. MIT license. + use crate::deno_dir; use crate::file_fetcher::SourceFileFetcher; use crate::flags; |