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/2098v6.x
Robert Jefe Lindstaedt
9 years ago
committed by
James M Snell
1 changed files with 24 additions and 2 deletions
Loading…
Reference in new issue