diff options
Diffstat (limited to 'std/fs/ensure_dir.ts')
-rw-r--r-- | std/fs/ensure_dir.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/std/fs/ensure_dir.ts b/std/fs/ensure_dir.ts index ecc7356ef..34053b157 100644 --- a/std/fs/ensure_dir.ts +++ b/std/fs/ensure_dir.ts @@ -1,5 +1,5 @@ // Copyright 2018-2020 the Deno authors. All rights reserved. MIT license. -import { getFileInfoType } from "./utils.ts"; +import { getFileInfoType } from "./_util.ts"; const { lstat, lstatSync, mkdir, mkdirSync } = Deno; /** |