mirror of https://github.com/lukechilds/node.git
Browse Source
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: Benjamin Gruenbaum <benjamingr@gmail.com> Closes: https://github.com/nodejs/node/issues/2098v4.x
committed by
Myles Borins
1 changed files with 24 additions and 2 deletions
Loading…
Reference in new issue