-
Notifications
You must be signed in to change notification settings - Fork 379
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
[dev] pass process.exit() to child processes #653
Comments
@waynevanson Thanks for reporting this. A PR would be very welcome! |
This still seems to be a problem when using "--offline --dir" |
I just tried @RaeesBhatti Can you confirm that the fix should work with |
Thank you for your patience. This is no longer a problem. Please upgrade to latest version |
- Do you want to request a feature or report a bug?
Bug
- What is the current behavior?
Pressing
CTRL + C
after runningnetlify dev:exec "parcel src/index.html"
netlify dev -c parcel src/index.html
closes only the netlify server. It should close both, so when I restart the server it can run both again. Instead, I end up with x11 servers running.edit: I'm using the TOML to set the command, so I changed above to match.
- If the current behavior is a bug, please provide the steps to reproduce.
These are mentioned above.
- What is the expected behavior?
Both servers close when I press
CTRL + C
on keyboard in terminal- Local Environment Information
I'd love to write a pull on this.
The text was updated successfully, but these errors were encountered: