Skip to content

Commit a076417

Browse files
committed
remove unused error message 2568
1 parent d4a534b commit a076417

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/compiler/diagnosticMessages.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2056,10 +2056,6 @@
20562056
"category": "Error",
20572057
"code": 2567
20582058
},
2059-
"Type '{0}' is not an array type. Use compiler option '--downlevelIteration' to allow iterating of iterators.": {
2060-
"category": "Error",
2061-
"code": 2568
2062-
},
20632059
"Type '{0}' is not an array type or a string type. Use compiler option '--downlevelIteration' to allow iterating of iterators.": {
20642060
"category": "Error",
20652061
"code": 2569

0 commit comments

Comments
 (0)