mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
On Linux, child processes that have exited may remain as <defunct> "zombie" processes, which prevents process.kill(childPid, 0) from throwing, so we need a different trick for detecting whether the child process is still alive.