Remove assert that is broken on darwin
This commit is contained in:
parent
76338f794e
commit
4ca89308b6
@ -2361,8 +2361,6 @@ int uv_spawn(uv_process_t* process, uv_process_options_t options) {
|
||||
|
||||
assert((status == 1)
|
||||
&& "poll() on pipe read end failed");
|
||||
assert((pfd.revents & POLLIN) == 0
|
||||
&& "unexpected POLLIN on pipe read end");
|
||||
assert((pfd.revents & POLLHUP) == POLLHUP
|
||||
&& "no POLLHUP on pipe read end");
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user