From 2da9893da33f05fd9122b6052c67eabcd570b0d5 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Mon, 14 May 2018 03:15:21 -0400 Subject: Format --- util.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util.ts') diff --git a/util.ts b/util.ts index 7d0acfce7..e92714d99 100644 --- a/util.ts +++ b/util.ts @@ -15,7 +15,7 @@ _global["console"] = { log(...args: any[]): void { const out: string[] = []; for (const a of args) { - if (typeof(a) === "string") { + if (typeof a === "string") { out.push(a); } else { out.push(JSON.stringify(a)); -- cgit v1.2.3