diff --git a/src/node.js b/src/node.js index a6788b380f..04513fadbd 100644 --- a/src/node.js +++ b/src/node.js @@ -349,7 +349,7 @@ } if (r) { - throw errnoException('kill', errno); + throw errnoException(errno, 'kill'); } }; };