From f97b7d3dffe5992bee0a47edaf745cc4b83cb1cc Mon Sep 17 00:00:00 2001 From: guybedford Date: Fri, 30 Aug 2013 21:06:08 +0200 Subject: [PATCH] line comment fix --- loader.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/loader.js b/loader.js index edb7af72..308a58bb 100644 --- a/loader.js +++ b/loader.js @@ -71,7 +71,7 @@ if (curChar === '\n' || curChar === '\r' || curChar === '') { regex = doubleQuote = singleQuote = doubleBackslash = false; if (lineComment) { - curOutIndex = i + 1; + curOutIndex = i; lineComment = false; } lastToken = '';