-
-
Notifications
You must be signed in to change notification settings - Fork 39
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
It does not catch 'nodemon' reload. #31
Comments
@Zirafnik Looking at the source code for this package, it doesn't seem to register a handler for that signal, so I suspect it's relying on the |
I don't think we can simply register a handler for One way to solve this would be to get // @jakobo |
That's correct. As Sindre said, If you don't need asynchronous support, you can just change nodemon's signal via On the asynchronous side, I'm hesitant to make responding to A better option would be if |
The hook does not catch 'nodemon' reloads. I am not sure if this is by design or not.
The text was updated successfully, but these errors were encountered: