Skip to content

Commit

Permalink
Try to make Windows happy again
Browse files Browse the repository at this point in the history
  • Loading branch information
ibc committed Nov 27, 2023
1 parent ba9840f commit ecf9961
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 @@ -338,7 +338,7 @@ function deleteNodeLib()
else
{
// NOTE: This command fails in Windows if the dir doesn't exist.
spawnCmd('rmdir', [ '/s', '/q', 'node/lib' ], /* exitOnError */ false);
spawnCmd('rmdir', [ '/s', '/q', '"node/lib"' ], /* exitOnError */ false);
}
}

Expand Down

0 comments on commit ecf9961

Please sign in to comment.