Change8

v12.0.0-rc.3

📦 pnpmView on GitHub →
🐛 1 fixes🔧 1 symbols

Summary

This patch release corrects how command shims on POSIX systems handle target execution, ensuring accurate exit codes when targets are terminated by signals.

🐛 Bug Fixes

  • Command shims on POSIX now correctly exec a target that has no interpreter, preventing incorrect exit codes (128+N) when the target is killed by a signal. This resolves issues for CI runners and process supervisors that distinguished signal deaths from exit codes.

Affected Symbols