Skip to content

Commit ce24bcb

Browse files
;
1 parent 32b259e commit ce24bcb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/compiler/tsc.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ namespace ts {
119119
[DiagnosticCategory.Warning]: yellowForegroundEscapeSequence,
120120
[DiagnosticCategory.Error]: redForegroundEscapeSequence,
121121
[DiagnosticCategory.Message]: blueForegroundEscapeSequence,
122-
}
122+
};
123123

124124
function formatAndReset(text: string, formatStyle: string) {
125125
return formatStyle + text + resetEscapeSequence;

0 commit comments

Comments
 (0)