diff options
Diffstat (limited to 'cli/fs.rs')
-rw-r--r-- | cli/fs.rs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |