diff --git a/src/compiler/tsc.ts b/src/compiler/tsc.ts index de43ce10332..083df70be0f 100644 --- a/src/compiler/tsc.ts +++ b/src/compiler/tsc.ts @@ -119,7 +119,7 @@ namespace ts { [DiagnosticCategory.Warning]: yellowForegroundEscapeSequence, [DiagnosticCategory.Error]: redForegroundEscapeSequence, [DiagnosticCategory.Message]: blueForegroundEscapeSequence, - } + }; function formatAndReset(text: string, formatStyle: string) { return formatStyle + text + resetEscapeSequence;