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

On Windows, child processes are always spawned 'detached' #147

Open
skleeschulte opened this issue Jun 11, 2017 · 2 comments
Open

On Windows, child processes are always spawned 'detached' #147

skleeschulte opened this issue Jun 11, 2017 · 2 comments

Comments

@skleeschulte
Copy link

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.

@camposfyi
Copy link

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.

@campersau
Copy link

These lines got added in #62

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

No branches or pull requests

3 participants