-
Notifications
You must be signed in to change notification settings - Fork 311
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
Serve command runs in background #3819
Comments
This line appears to be the culprit — there's a |
I don't see this issue occurring on my machine. Sending I'm not sure what the difference could be but some here's some info about my local setup:
I tried a few different things to see if it changed the behavior I see:
|
If it's not reproducible after all that work, I'm comfortable closing this for now. |
It re-presented itself while working on |
Expected Behavior
When I run
./serve
and signal an interrupt (ctrl+C
), theserve
command should stop running and the site should stop working in the browser.Actual Behavior
When I run
./serve
and signal an interrupt (ctrl+C
),serve
continues running in the background and the local site continues to work.Steps to reproduce the behavior
./serve
ctrl+C
to interruptThis issue is done when
serve
shuts down when given an interrupt signal (ctrl+C
)The text was updated successfully, but these errors were encountered: