Wrong process exit code on SIGTERM
#18740
Labels
p3-minor-bug
An edge case that only affects very specific usage (priority)
SIGTERM
#18740
Describe the bug
Vite overrides exit code of the dev and preview servers when
SIGTERM
is captured. Exit code should be143
but it's0
.Reproduction
https://github.com/vitejs/vite
Steps to reproduce
Repro in Vite repository:
# Terminal 1 $ node packages/vite/dist/node/cli.js playground/alias/
System Info
Used Package Manager
pnpm
Logs
No response
Validations
The text was updated successfully, but these errors were encountered: