mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-04 21:53:42 -06:00
Fix semicolon
This commit is contained in:
parent
7076e3c9dd
commit
53308fe07f
@ -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();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user