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/log/mod.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'std/log/mod.ts') diff --git a/std/log/mod.ts b/std/log/mod.ts index d5eed7479..b89896264 100644 --- a/std/log/mod.ts +++ b/std/log/mod.ts @@ -6,7 +6,7 @@ import { WriterHandler, FileHandler } from "./handlers.ts"; -import { assert } from "../testing/mod.ts"; +import { assert } from "../testing/asserts.ts"; export class LoggerConfig { level?: string; -- cgit v1.2.3