mirror of
https://github.com/nodejs/node-v0.x-archive.git
synced 2026-04-28 03:01:10 -04:00
process.kill doesn't create error obj correctly
This commit is contained in:
@@ -349,7 +349,7 @@
|
||||
}
|
||||
|
||||
if (r) {
|
||||
throw errnoException('kill', errno);
|
||||
throw errnoException(errno, 'kill');
|
||||
}
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user