diff options
author | Ry Dahl <ry@tinyclouds.org> | 2020-01-05 11:56:18 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-05 11:56:18 -0500 |
commit | 76e44ddfd0d286335107de28bae06c6f962abf13 (patch) | |
tree | 8c78679dbc702333e0ef585d300e792a9d6b75dd /cli/shell.rs | |
parent | 5f1df038fb1462607af3555fa7431c05ca484dce (diff) |
Rename crates: 'deno' to 'deno_core' and 'deno_cli' to 'deno' (#3600)
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}; |