This commit is contained in:
Daniel Rosenwasser 2015-11-02 15:45:57 -08:00
parent 32b259eb84
commit ce24bcb2ee

View File

@ -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;