We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea42c48 commit 8c31c0aCopy full SHA for 8c31c0a
packages/yarnpkg-cli/sources/main.ts
@@ -25,7 +25,7 @@ function runBinary(path: PortablePath) {
25
},
26
});
27
} else {
28
- execFileSync(physicalPath, process.argv.slice(2), {
+ execFileSync(process.execPath, process.argv.slice(2), {
29
stdio: `inherit`,
30
env: {
31
...process.env,
0 commit comments