Skip to content

Commit

Permalink
fix(invalid): message
Browse files Browse the repository at this point in the history
  • Loading branch information
h13i32maru committed Dec 26, 2016
1 parent 73d94cf commit a98a83c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Util/InvalidCodeLogger.js
Expand Up @@ -57,7 +57,7 @@ class InvalidCodeLogger {
targetLines.push(`${i + 1}| ${lines[i]}`);
}

console.log('[31mwarning: could not parse the following code. if you want to use ES7, see esdoc-es7-plugin(https://github.com/esdoc/esdoc-es7-plugin)[32m');
console.log('[31mwarning: could not parse the following code. if you want to use ECMAScript proposals, see https://esdoc.org/manual/usage/feature.html#ecmascript-proposal[32m');
console.log(filePath);
console.log(`${targetLines.join('\n')}`);

Expand Down

0 comments on commit a98a83c

Please sign in to comment.