-
-
Notifications
You must be signed in to change notification settings - Fork 271
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
update hideCursor readme to include SIGINT info #80
Conversation
What's the context? |
@sindresorhus We were using It took us a long time to figure out what was blocking the process, and turned out that both That would be easier if the readme said something about that. |
Sounds like tapjs/signal-exit#49 You should comment there with some more info or open a new issue there. |
Didn't get it. What does that package have to do with |
Sorry @sindresorhus I posted the context here: #27 (comment). It's related to that. It's as @diegohaz said, we were making a cli that wasn't dying on SIGINT, and it turned out to be related to the Then you're basically saying the problem lies in tapjs/signal-exit, could you please elaborate why? Is it a dependency to |
Closing in favor of tapjs/signal-exit#49. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yy
Please let me know if you have any feedback.