diff options
Diffstat (limited to 'cli/shell.rs')
-rw-r--r-- | cli/shell.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/shell.rs b/cli/shell.rs index aaf29b4e0..197110bde 100644 --- a/cli/shell.rs +++ b/cli/shell.rs @@ -10,7 +10,7 @@ use std::fmt; use std::io::prelude::*; use atty; -use deno::ErrBox; +use deno_core::ErrBox; use termcolor::Color::{Cyan, Green, Red, Yellow}; use termcolor::{self, Color, ColorSpec, StandardStream, WriteColor}; |