Skip to content

Commit

Permalink
Merge pull request #1959 from simonarnell/patch-1
Browse files Browse the repository at this point in the history
Corrected path to generateNodeIndex.mjs
  • Loading branch information
a3957273 authored Feb 11, 2025
2 parents fcdcce7 + 6a92f92 commit 20390ae
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 20390ae

Please sign in to comment.