We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84832b7 commit 3b7a54eCopy full SHA for 3b7a54e
tokenizers/javascript/parser.js
@@ -55,7 +55,7 @@ function extractForFolder(dir, identifiersOnly, outpath, baseDir) {
55
}
56
57
if (process.argv.length != 4) {
58
- console.error(`Usage: ${process.argv[0]} PROJECTS_FOLDER OUTPUT_FOLDER`);
+ console.error(`Usage: ${process.argv[0]} ${process.argv[1]} PROJECTS_FOLDER OUTPUT_FOLDER`);
59
process.exit(1);
60
61
0 commit comments