-
-
Notifications
You must be signed in to change notification settings - Fork 177
Improper handling of graceful exits (same as #95) #708
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Does this still happen if you run |
That was unexpected! Is this behavior supposed to happen?
|
I'm not sure 🤷♂️ You can report it to npx as that's the layer that's not handling your signal. |
FYI I dont think this has anything to do with tsx. You can likely reproduce with |
Thank you for the fast support. I opened an issue to the PS: this was a nasty bug for me, because the double SIGINT paired with |
Yeah, I saw and I was responding to that indirectly. Typically, issues require minimal reproductions, and your reproduction in npm/cli#8164 is technically not minimal because it can be reproduced without tsx. It saves the maintainer time to keep the report slim and makes it obvious where the problem is. |
You are absolutely right. I'll update the issue. |
Acknowledgements
Minimal reproduction URL
https://github.com/greguz/tsx-issue
Problem & expected behavior (under 200 words)
My env:
tsx
v4.19.3Using the same code from #95 I can constantly trigger a double
SIGINT
withtsx
(clean Node.js works).Bugs are expected to be fixed by those affected by it
Compensating engineering work will speed up resolution and support the project
The text was updated successfully, but these errors were encountered: