Removed
Link Here
|
1 |
--- lib/node_modules/npm/node_modules/@npmcli/promise-spawn/lib/index.js.orig 2022-11-18 17:24:11 UTC |
2 |
+++ lib/node_modules/npm/node_modules/@npmcli/promise-spawn/lib/index.js |
3 |
@@ -117,7 +117,7 @@ const spawnWithShell = (cmd, args, opts, extra) => { |
4 |
for (const arg of args) { |
5 |
script += ` ${escape.sh(arg)}` |
6 |
} |
7 |
- realArgs.push('-c', script) |
8 |
+ realArgs.push('-c', '--', script) |
9 |
} |
10 |
|
11 |
return promiseSpawn(command, realArgs, options, extra) |