We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ad0574 commit e7bf99eCopy full SHA for e7bf99e
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);
19
throw err;
20
}
21
-}
+};
22
23
24
export const log = {
0 commit comments