Skip to content

Commit e7bf99e

Browse files
author
Veetaha
committed
vscode: add dat semicolon
1 parent 3ad0574 commit e7bf99e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

editors/code/src/util.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ assert.eq = <T>(bibba: unknown, bobba: T, explanation: string): asserts bibba is
1818
log.error(`Equality assertion failed:`, explanation);
1919
throw err;
2020
}
21-
}
21+
};
2222

2323

2424
export const log = {

0 commit comments

Comments
 (0)