mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-30 10:29:18 -05:00
Fix semicolon
This commit is contained in:
@@ -1164,7 +1164,7 @@ module FourSlash {
|
||||
}
|
||||
};
|
||||
|
||||
for (pos < this.activeFile.content.length; pos++) {
|
||||
for (; pos < this.activeFile.content.length; pos++) {
|
||||
if (pos === 0 || pos === fileLineMap[nextLine]) {
|
||||
nextLine++;
|
||||
addSpanInfoString();
|
||||
|
||||
Reference in New Issue
Block a user