-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
fixes for ctrl-c in 1.18.1 not working when using api #1389
fixes for ctrl-c in 1.18.1 not working when using api #1389
Comments
I was also unable to use Ctrl+c using OSX, iTerm, and Zsh. I was running it like so: |
Please can you try with the current debug version: |
No luck as far as I can tell. Using via
|
The control characters are printed but the web server doesn't shut down nor the parent process.
|
@dylang and that's using the current debug version of nodemon? |
@remy correct.
|
nodemon -v
: 1.18.1node -v
: v10.5.0node index.js
Expected behaviour
Control-c
kills child process and parent process.Actual behavour
Steps to reproduce
node index.js
hit control-c.
It says it stopped, but the parent process is never stopped.
Note:
npx nodemon --exec npx http-server
works fine.If applicable, please append the
--dump
flag on your command and include the output here ensuring to remove any sensitive/personal details or tokens.The text was updated successfully, but these errors were encountered: