Skip to content
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

fix: hide process signal handler #123

Merged
merged 1 commit into from Oct 19, 2022
Merged

fix: hide process signal handler #123

merged 1 commit into from Oct 19, 2022

Conversation

privatenumber
Copy link
Owner

closes #122

This changes hides tsx's signal listeners in case other code tries to do the same thing. In this case, Prim's client code added a hook that also only exists if it's the only handler:
https://github.com/prisma/prisma/blob/4732879b2bf81d7960df435cfb22a4a32eaa028c/packages/engine-core/src/library/ExitHooks.ts#L62

@privatenumber privatenumber merged commit b7dddfb into develop Oct 19, 2022
@privatenumber privatenumber deleted the fix-122 branch October 19, 2022 16:22
@privatenumber
Copy link
Owner Author

🎉 This PR is included in version 3.10.4 🎉

The release is available on:

Your semantic-release bot 📦🚀

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Dec 10, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Regression between 3.10.1 and 3.10.2
1 participant