Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

Commit

Permalink
process.kill doesn't create error obj correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
ry committed Nov 9, 2011
1 parent 05727f6 commit 2a462ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/node.js
Expand Up @@ -349,7 +349,7 @@
}

if (r) {
throw errnoException('kill', errno);
throw errnoException(errno, 'kill');
}
};
};
Expand Down

0 comments on commit 2a462ab

Please sign in to comment.