Fix uv_spawn()

This commit is contained in:
Bob Weinand 2020-02-16 17:21:32 +01:00
parent 0d8adf5609
commit 1400af988e

View File

@ -1468,10 +1468,6 @@ static int php_uv_do_callback3(zval *retval_ptr, php_uv_t *uv, zval *params, int
//zend_fcall_info_args_clear(&uv->callback[type]->fci, 0);
if (EG(exception)) {
uv_stop(uv->uv.handle.loop);
}
return error;
}
#endif