diff options
Diffstat (limited to 'runtime/fs_util.rs')
-rw-r--r-- | runtime/fs_util.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/fs_util.rs b/runtime/fs_util.rs index 93286ecf3..695b3be62 100644 --- a/runtime/fs_util.rs +++ b/runtime/fs_util.rs @@ -1,7 +1,7 @@ // Copyright 2018-2021 the Deno authors. All rights reserved. MIT license. +use deno_core::anyhow::Context; use deno_core::error::AnyError; -use deno_core::error::Context; pub use deno_core::normalize_path; use std::env::current_dir; use std::io::Error; |