process.kill doesn't create error obj correctly
This commit is contained in:
parent
05727f6e3e
commit
2a462abf5f
@ -349,7 +349,7 @@
|
||||
}
|
||||
|
||||
if (r) {
|
||||
throw errnoException('kill', errno);
|
||||
throw errnoException(errno, 'kill');
|
||||
}
|
||||
};
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user