From ce24bcb2eecec7c0d5cdc5d760a28b2428d79345 Mon Sep 17 00:00:00 2001 From: Daniel Rosenwasser Date: Mon, 2 Nov 2015 15:45:57 -0800 Subject: [PATCH] ; --- src/compiler/tsc.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;