Skip to content

Commit a98a83c

Browse files
committed
fix(invalid): message
1 parent 73d94cf commit a98a83c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Util/InvalidCodeLogger.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ class InvalidCodeLogger {
5757
targetLines.push(`${i + 1}| ${lines[i]}`);
5858
}
5959

60-
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');
60+
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');
6161
console.log(filePath);
6262
console.log(`${targetLines.join('\n')}`);
6363

0 commit comments

Comments
 (0)