summaryrefslogtreecommitdiff
path: root/cli/repl.rs
diff options
context:
space:
mode:
Diffstat (limited to 'cli/repl.rs')
-rw-r--r--cli/repl.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/repl.rs b/cli/repl.rs
index 7b6994fd8..ab8a29aed 100644
--- a/cli/repl.rs
+++ b/cli/repl.rs
@@ -1,6 +1,6 @@
// Copyright 2018-2020 the Deno authors. All rights reserved. MIT license.
use crate::deno_dir::DenoDir;
-use deno::ErrBox;
+use deno_core::ErrBox;
use rustyline;
use std::fs;
use std::path::PathBuf;