We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Is there a reason that on Windows child processes are always spawned 'detached'? See here: monitor.js, line 246-248
I want to quit the child process (tree) when my script with forever-monitor exits.
The text was updated successfully, but these errors were encountered:
Right, why spawn it as detached? I have a script that will launch multiple APIs, but when I Ctrl+C on the terminal, the child processes stay alive.
Sorry, something went wrong.
These lines got added in #62
No branches or pull requests
Is there a reason that on Windows child processes are always spawned 'detached'?
See here: monitor.js, line 246-248
I want to quit the child process (tree) when my script with forever-monitor exits.
The text was updated successfully, but these errors were encountered: