From 53308fe07f53999f97a8b8954ad3383a8b6bf112 Mon Sep 17 00:00:00 2001 From: Dan Quirk Date: Tue, 14 Jul 2015 17:00:51 -0700 Subject: [PATCH] Fix semicolon --- src/harness/fourslash.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/harness/fourslash.ts b/src/harness/fourslash.ts index e28f92552c4..c83537a0847 100644 --- a/src/harness/fourslash.ts +++ b/src/harness/fourslash.ts @@ -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();