We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32b259e commit ce24bcbCopy full SHA for ce24bcb
src/compiler/tsc.ts
@@ -119,7 +119,7 @@ namespace ts {
119
[DiagnosticCategory.Warning]: yellowForegroundEscapeSequence,
120
[DiagnosticCategory.Error]: redForegroundEscapeSequence,
121
[DiagnosticCategory.Message]: blueForegroundEscapeSequence,
122
- }
+ };
123
124
function formatAndReset(text: string, formatStyle: string) {
125
return formatStyle + text + resetEscapeSequence;
0 commit comments