-
Notifications
You must be signed in to change notification settings - Fork 21
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
Terminal window crashing on CTRL C when running node express #229
Comments
@popovidis are you tried with the latest version, this problem persists? |
@popovidis now you can try with |
@popovidis, this is still a thing? |
CTRL + C no longer stops whatever I am running. |
Then can we close this as fixed? |
Pressing CTRL + C should stop what I have running. It's no longer crashing but it's no longer doing its correct purpose. |
That is a common problem with terminals/shells, you can try with |
Hi there, I am running zsh by using
and whenever I run express js server with node (
node express.js
, no other flags or anything) and then ctrl C it ends up crashing the terminal session while still running the process in the background.The text was updated successfully, but these errors were encountered: