Fix semicolon

This commit is contained in:
Dan Quirk 2015-07-14 17:00:51 -07:00
parent 7076e3c9dd
commit 53308fe07f

View File

@ -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();