diff options
Diffstat (limited to 'runtime/js.rs')
-rw-r--r-- | runtime/js.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/js.rs b/runtime/js.rs index d61572b21..9ad668467 100644 --- a/runtime/js.rs +++ b/runtime/js.rs @@ -1,6 +1,6 @@ // Copyright 2018-2021 the Deno authors. All rights reserved. MIT license. - use deno_core::Snapshot; +use log::debug; pub static CLI_SNAPSHOT: &[u8] = include_bytes!(concat!(env!("OUT_DIR"), "/CLI_SNAPSHOT.bin")); |