mirror of
https://github.com/oven-sh/bun
synced 2026-02-09 10:28:47 +00:00
revert
This commit is contained in:
@@ -2742,8 +2742,6 @@ JSC_DEFINE_HOST_FUNCTION(Process_functionReallyKill,
|
||||
result = errno;
|
||||
#else
|
||||
int result = uv_kill(pid, signal);
|
||||
if (result == UV_ESRCH)
|
||||
result = 0;
|
||||
#endif
|
||||
|
||||
RELEASE_AND_RETURN(scope, JSValue::encode(jsNumber(result)));
|
||||
|
||||
Reference in New Issue
Block a user