mirror of
https://github.com/gchq/CyberChef
synced 2025-01-26 03:05:06 +00:00
corrected path to generateNodeIndex.mjs
This commit is contained in:
parent
3822c6c520
commit
6a92f922cb
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ const dir = path.join(`${process.cwd()}/src/node`);
|
|||
if (!fs.existsSync(dir)) {
|
||||
console.log("\nCWD: " + process.cwd());
|
||||
console.log("Error: generateNodeIndex.mjs should be run from the project root");
|
||||
console.log("Example> node --experimental-modules src/core/config/scripts/generateNodeIndex.mjs");
|
||||
console.log("Example> node --experimental-modules src/node/config/scripts/generateNodeIndex.mjs");
|
||||
process.exit(1);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue