diff options
Diffstat (limited to 'cli/fs.rs')
-rw-r--r-- | cli/fs.rs | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,4 +1,5 @@ // Copyright 2018-2020 the Deno authors. All rights reserved. MIT license. + pub use deno_core::normalize_path; use deno_core::ErrBox; use std::env::current_dir; |