diff options
Diffstat (limited to 'editors')
-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 = { |