-
Notifications
You must be signed in to change notification settings - Fork 29.7k
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
doc: add warning about Windows process groups #3681
Conversation
IMHO, this should be added to known issues rather than being a documented behaviour. We might be able to implement this in the future to make it work on Windows. |
I think people are more likely to read the documentation than the release notes when something doesn't work. This PR LGTM FWIW but "Ref.-Issue:" should be "Refs:" in the commit log. |
@pmq20 I thought that the docs are probably a more prominent place for such a warning/ disclaimer - just in case that someone wont read the full changelog. |
@romankl ... can you please rebase and update? |
This commit adds a warning for Windows platforms. `process.kill` wont kill a process group on Windows and instead it throws an error. Refs: nodejs#3617
@jasnell done - thanks for the reminder! |
LGTM! |
Landed in 406c596 |
This commit adds a warning for Windows platforms.
process.kill
wont kill a process group on Windows and instead it throws an error.Ref.-Issue: #3617