alexscheelmeyer / node-phantom

bridge to PhantomJS from Node.js
317 stars 117 forks source link

Better detection of crashes during startup #56

Closed vmeurisse closed 10 years ago

vmeurisse commented 11 years ago

If phantom stop during startup, we should treat this as an error whatever is the return code.

I got this problem when playing with slimerjs (laurentj/slimerjs#46). Even if the issue is closed, I think it is safer to do the modification.

alexscheelmeyer commented 10 years ago

I have implemented this in latest version. Thanks!