skeeto / skewer-mode

Live web development in Emacs
The Unlicense
1.1k stars 57 forks source link

Don't signal error on phantomjs kill. #45

Closed marcinant closed 10 years ago

marcinant commented 10 years ago

With this modification there is no error when killing PhantomJS.

skeeto commented 10 years ago

Thanks for pointing out the problem. I prefer to just use delete-process when I don't care about possible errors, so I fixed it with 45a4709 instead.