mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-30 21:01:54 +08:00
Review follow-ups: - A Ctrl-C forwarded to the npx child surfaced as exit code null (-> 1), which the fallback logic misread as an npx failure and relaunched dev on the installed CLI instead of aborting. Capture the terminating signal in runReexec and propagate (128+signum) instead of falling back. - Scrub STACK_CLI_REEXEC_MARKER from the wrapped user command's env so the internal handshake var doesn't leak into arbitrary child processes. - Add wiring tests (marker present -> propagate; absent -> fall back without process.exit) and a signal-abort case, so a regression in the glue between createReexecMarker/spawn/decidePostReexec is caught. |
||
|---|---|---|
| .. | ||
| cli | ||
| dashboard-ui-components | ||
| js | ||
| next | ||
| react | ||
| sc | ||
| shared | ||
| shared-backend | ||
| tanstack-start | ||
| template | ||
| ui | ||