summaryrefslogtreecommitdiff
path: root/cli/fs.rs
diff options
context:
space:
mode:
Diffstat (limited to 'cli/fs.rs')
-rw-r--r--cli/fs.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/fs.rs b/cli/fs.rs
index bad0c6b79..cdbc88d80 100644
--- a/cli/fs.rs
+++ b/cli/fs.rs
@@ -5,7 +5,7 @@ use std::io::ErrorKind;
use std::io::Write;
use std::path::{Path, PathBuf};
-use deno::ErrBox;
+use deno_core::ErrBox;
use rand;
use rand::Rng;
use url::Url;