Skip to content

Commit 24ed721

Browse files
feat(editor): Add CRITICAL log level as alias for FATAL (resolves #212). (#218)
1 parent 27020fd commit 24ed721

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Editor/MonacoInstance/language.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ const setupCustomLogLanguage = () => {
2929
TOKEN_NAME.CUSTOM_ERROR,
3030
],
3131
[
32-
"FATAL",
32+
"CRITICAL|FATAL",
3333
TOKEN_NAME.CUSTOM_FATAL,
3434
],
3535
[

0 commit comments

Comments
 (0)