From a4bb8bab44cc778e6e455f19fdae9f3e4acc809b Mon Sep 17 00:00:00 2001 From: Yusuke Sakurai Date: Sun, 9 Feb 2020 05:15:59 +0900 Subject: remove non-null assertion operator from std (part2) (#3927) --- std/fs/expand_glob.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'std/fs/expand_glob.ts') diff --git a/std/fs/expand_glob.ts b/std/fs/expand_glob.ts index 656852ebb..aabf4a8a1 100644 --- a/std/fs/expand_glob.ts +++ b/std/fs/expand_glob.ts @@ -9,7 +9,7 @@ import { normalize } from "../path/mod.ts"; import { WalkInfo, walk, walkSync } from "./walk.ts"; -import { assert } from "../testing/mod.ts"; +import { assert } from "../testing/asserts.ts"; const { ErrorKind, cwd, stat, statSync } = Deno; type ErrorKind = Deno.ErrorKind; type DenoError = Deno.DenoError; -- cgit v1.2.3