mirror of https://github.com/lukechilds/node.git
Browse Source
The null signal test existed, but only tested the case where the target process existed, not when it did not exist. Also clarified that SIGUSR1 is reserved by Node.js only for receiveing, its not at all reserved when sending a signal with kill(). kill(pid, 'O_RDWR'), or any other node constant, "worked". I fixed this by also checking for 'SIG'. The same as done in the isSignal() function. Now the signal names supported by process.kill() are the same as those supported by process.on().v0.10.23-release
committed by
Trevor Norris
3 changed files with 14 additions and 4 deletions
Loading…
Reference in new issue