diff options
author | Veetaha <[email protected]> | 2020-02-28 22:33:34 +0000 |
---|---|---|
committer | Veetaha <[email protected]> | 2020-02-28 22:33:34 +0000 |
commit | e7bf99e6fdddc1ec66611a0b145d796f17c46039 (patch) | |
tree | 047b5f2a8d6cc5505d3b8f693a6dd29ccbb4e2aa /editors/code | |
parent | 3ad0574d7e3f1af1e28f7f5cbc085faa30759e47 (diff) |
vscode: add dat semicolon
Diffstat (limited to 'editors/code')
-rw-r--r-- | editors/code/src/util.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/code/src/util.ts b/editors/code/src/util.ts index 5a5f11a10..5c89bc62c 100644 --- a/editors/code/src/util.ts +++ b/editors/code/src/util.ts | |||
@@ -18,7 +18,7 @@ assert.eq = <T>(bibba: unknown, bobba: T, explanation: string): asserts bibba is | |||
18 | log.error(`Equality assertion failed:`, explanation); | 18 | log.error(`Equality assertion failed:`, explanation); |
19 | throw err; | 19 | throw err; |
20 | } | 20 | } |
21 | } | 21 | }; |
22 | 22 | ||
23 | 23 | ||
24 | export const log = { | 24 | export const log = { |