alexscheelmeyer / node-phantom

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

`phantom.create` fails with no trace or error #107

Open leegee opened 10 years ago

leegee commented 10 years ago

phantom.create( function (err, ph) {

typeof err === 'boolean``andtypeof ph===''undefined'`

How to know what happened?