Merge pull request #8743 from dimbleby/multiple-children

Check all child processes for exit in SIGCHLD handler
This commit is contained in:
James McCoy 2018-07-16 10:26:24 -04:00 committed by GitHub
commit cd6e7e8cf3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -291,6 +291,5 @@ static void chld_handler(uv_signal_t *handle, int signum)
proc->status = WTERMSIG(stat);
}
proc->internal_exit_cb(proc);
break;
}
}