You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now the thing is that error is true but I am not sure what exactly error is(probably ph is undefined) but I want to know what exactly the error is? How can I debug above very simple code to figure out what exactly is going on?
The text was updated successfully, but these errors were encountered:
I am using below code and it returns
error
as true andph
is undefined.phantom.create((error, ph) => {
console.log(error); // true
console.log(ph); // undefined
});
Now the thing is that error is true but I am not sure what exactly error is(probably ph is undefined) but I want to know what exactly the error is? How can I debug above very simple code to figure out what exactly is going on?
The text was updated successfully, but these errors were encountered: