v12.0.0-rc.3Pre-release
pnpm 12 RC 3
Fixed 1
- Command shims on POSIX now exec a target that has no interpreter instead of waiting on it, fixing incorrect exit codes when a target is killed by a signal
Patch Changes
- Command shims on POSIX again
execa target that has no interpreter — a runtime binary such as the managed Node.js, or any bin without a shebang — instead of waiting on it. A shim that waited reported a target killed by a signal as exit code128+N(for example137forSIGKILL), so callers that distinguish a signal death from an exit code, such as CI runners and process supervisors, saw the wrong outcome.