Commit 5e6915f3 authored by Robert Jefe Lindstaedt's avatar Robert Jefe Lindstaedt Committed by Myles Borins
Browse files

doc: describe child.kill() pitfalls on linux

This commit refines the documentation around child.kill(), where kill
attempts against shells will lead to unexpected results. Namely, on
linux the child process of a child process will not terminate, when
its parent gets terminated. This is different across the the
platforms.

PR-URL: https://github.com/nodejs/node/issues/2098


Reviewed-By: default avatarBenjamin Gruenbaum <benjamingr@gmail.com>
Closes: https://github.com/nodejs/node/issues/2098
parent 69eb4a68
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment