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.
1 parent 07d5689 commit c3590aaCopy full SHA for c3590aa
src/compiler/tsc.ts
@@ -91,7 +91,7 @@ module ts {
91
if (diagnostic.file) {
92
var loc = diagnostic.file.getLineAndCharacterFromPosition(diagnostic.start);
93
94
- var output = diagnostic.file.filename + "(" + loc.line + "," + loc.character + "): ";
+ output += diagnostic.file.filename + "(" + loc.line + "," + loc.character + "): ";
95
}
96
97
var category = DiagnosticCategory[diagnostic.category];
0 commit comments