mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-15 12:51:30 -05:00
Turned redeclaration into a string append.
This commit is contained in:
@@ -91,7 +91,7 @@ module ts {
|
||||
if (diagnostic.file) {
|
||||
var loc = diagnostic.file.getLineAndCharacterFromPosition(diagnostic.start);
|
||||
|
||||
var output = diagnostic.file.filename + "(" + loc.line + "," + loc.character + "): ";
|
||||
output += diagnostic.file.filename + "(" + loc.line + "," + loc.character + "): ";
|
||||
}
|
||||
|
||||
var category = DiagnosticCategory[diagnostic.category];
|
||||
|
||||
Reference in New Issue
Block a user