Skip to content

Commit

Permalink
corrected path to generateNodeIndex.mjs
Browse files Browse the repository at this point in the history
  • Loading branch information
simonarnell authored Jan 9, 2025
1 parent 3822c6c commit 6a92f92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/node/config/scripts/generateNodeIndex.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}

Expand Down

0 comments on commit 6a92f92

Please sign in to comment.