-
Notifications
You must be signed in to change notification settings - Fork 28
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
Ctrl-C leaves process running #80
Comments
What OS does this happen on and with which version of Node? |
I happens on Windows 10 with Node v10.15.1 and MacOS with Node v12 |
Which node process is left running? I mean, dies the CLI interface die, dropping you back at a prompt, or does Intern just keep running? |
When I start All this on Windows 10, node v10.15.1 |
Which port is locked? 9000 (or whatever is being used for Intern's server)? |
I've seen this when running dev Intern via |
(And I forgot to mark this as a bug) |
When I start Intern with e.g. the BrowserStack tunnel and I use ctrl-c to stop Intern, then the tunnel processes are cleaned up properly, but the node process itself stays running.
The text was updated successfully, but these errors were encountered: