Skip to content

Commit

Permalink
npm-scripts.mjs: do not use recursive:true in replaceVersion()
Browse files Browse the repository at this point in the history
  • Loading branch information
Iñaki Baz Castillo authored and Iñaki Baz Castillo committed Sep 7, 2023
1 parent 6278dbd commit ce94ced
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion npm-scripts.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ function replaceVersion()
const files = fs.readdirSync('node/lib',
{
withFileTypes : true,
recursive : true
recursive : false
});

for (const file of files)
Expand Down

0 comments on commit ce94ced

Please sign in to comment.