We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c320c88 + 093929e commit e254a09Copy full SHA for e254a09
src/compiler/tsc.ts
@@ -155,7 +155,7 @@ namespace ts {
155
output += `${ diagnostic.file.fileName }(${ loc.line + 1 },${ loc.character + 1 }): `;
156
}
157
158
- output += `${ flattenDiagnosticMessageText(diagnostic.messageText, sys.newLine) }${ sys.newLine }`;
+ output += `${ flattenDiagnosticMessageText(diagnostic.messageText, sys.newLine) }${ sys.newLine + sys.newLine + sys.newLine }`;
159
160
sys.write(output);
161
0 commit comments