mirror of
https://github.com/neovim/neovim.git
synced 2024-12-20 11:15:14 -07:00
Merge pull request #8743 from dimbleby/multiple-children
Check all child processes for exit in SIGCHLD handler
This commit is contained in:
commit
cd6e7e8cf3
@ -291,6 +291,5 @@ static void chld_handler(uv_signal_t *handle, int signum)
|
||||
proc->status = WTERMSIG(stat);
|
||||
}
|
||||
proc->internal_exit_cb(proc);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user