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 = '';