mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-16 07:13:45 -05:00
Remove TODO
This commit is contained in:
@@ -520,7 +520,6 @@ namespace ts {
|
||||
result += diag.messageText;
|
||||
indent++;
|
||||
if (diag.next) {
|
||||
// TODO: Should be possible to optimise the common, non-tree case
|
||||
for (const kid of diag.next) {
|
||||
result += flattenDiagnosticMessageText(kid, newLine, indent);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user