Skip to content
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

Fixed all listeners being removed from process on server stop #39

Merged
merged 1 commit into from
Feb 16, 2014

Conversation

DaftMonk
Copy link
Contributor

Was removing listener for ending process through ctrl+c.
Now only removes listeners added by the start method.

fixes #36

Was removing listener for ending process through ctrl+c.
Now only removes listeners added by the start method.

fixes ericclemmons#36
@tmaximini
Copy link

+1

@joshperry
Copy link

Not having this fix makes using grunt with watch and grunt-express-server basically useless. Please merge this ASAP!

ericclemmons added a commit that referenced this pull request Feb 16, 2014
Fixed all listeners being removed from process on server stop
@ericclemmons ericclemmons merged commit 2a27123 into ericclemmons:master Feb 16, 2014
@ericclemmons
Copy link
Owner

Sorry about the delay. (Thanks for the kick in the butt, @joshperry :D)

v0.4.12 has been released!

@joshperry
Copy link

Thanks Eric!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Unable to abort process after server restart
4 participants