mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-06 02:33:53 -06:00
Remove TODO
This commit is contained in:
parent
d92e8ea4a1
commit
722917f04e
@ -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);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user