c4milo / node-webkit-agent

NodeJS agent for WebKit devtools front-end
http://c4milo.github.io/node-webkit-agent/
1.09k stars 78 forks source link

Issue with kill command on Mavericks? #43

Closed xjamundx closed 10 years ago

xjamundx commented 10 years ago

I'm running Mavericks and the command kill -SIGUSR2 <pid> results in an error -sh: kill: SIGUSR2: invalid signal specification, however this command does work fine kill -s USR2 <pid>. May want to mention it in the docs (or if the 2nd one is compatible with other versions of kill it will probably work fine).

c4milo commented 10 years ago

I've made some adjustments to the README, thanks for pointing that out @xjamundx!

xjamundx commented 10 years ago

totally did the trick!