diff options
Diffstat (limited to 'cli/startup_data.rs')
-rw-r--r-- | cli/startup_data.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/startup_data.rs b/cli/startup_data.rs index 2f209a378..1cdfb4188 100644 --- a/cli/startup_data.rs +++ b/cli/startup_data.rs @@ -1,4 +1,5 @@ // Copyright 2018-2020 the Deno authors. All rights reserved. MIT license. + use crate::js::CLI_SNAPSHOT; use crate::js::COMPILER_SNAPSHOT; use deno_core::Snapshot; |