We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
ctrl-c
Steps to reproduce
es-student
es-certification
pndev start
Actual
Expected
The text was updated successfully, but these errors were encountered:
so I did a bunch of research
it is not hanging up and it does exit cleanly
but because of how processes work in UNIX when you send CTRL+C (which sends the SIGTERM signal) pndev is killed
pndev
that in turns kills ember s or forego in rails
ember s
forego
but those processes have cleanup routines that run after pndev has already exited because they appear to happen in separate processes that are forked.
Unless we're willing to do a TON of work on signal handling this will be hard to fix
I propose that you just press ENTER once you CTRL+C a pndev start and be ok w/it for now :)
Sorry, something went wrong.
No branches or pull requests
Steps to reproduce
es-student
(ores-certification
) folder, runpndev start
ctrl-c
Actual
Expected
The text was updated successfully, but these errors were encountered: