Commit 743a009b authored by Sam Roberts's avatar Sam Roberts Committed by Trevor Norris
Browse files

process: pid can be a string in process.kill()

Not allowing string was a change from v0.10 behaviour, commented on in
joyent/node#7991. Allow them again, but still check that argument is
numberish. Also, simplify the fragile and non-portable test code
introduced in 832ec1cd that required fixups 2a415358, and
ef3c4ed3.

PR-URL: https://github.com/joyent/node/pull/8531


Reviewed-by: default avatarTrevor Norris <trev.norris@gmail.com>
parent f6556b67
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment