From d0970daacda0b6f6c2077c2f81948536b574bbe9 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Fri, 12 Jun 2020 09:19:29 -0400 Subject: make std deno-lint clean (#6240) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Bartek IwaƄczuk --- std/log/mod_test.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'std/log/mod_test.ts') diff --git a/std/log/mod_test.ts b/std/log/mod_test.ts index ceedcc858..30576011b 100644 --- a/std/log/mod_test.ts +++ b/std/log/mod_test.ts @@ -9,7 +9,9 @@ try { // Need to initialize it here // otherwise it will be already initialized on Deno.test logger = getLogger(); -} catch {} +} catch { + // Pass +} test("logger is initialized", function (): void { assert(logger instanceof Logger); -- cgit v1.2.3