Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ph is undefined #131

Open
zafar-saleem opened this issue Oct 15, 2017 · 1 comment
Open

ph is undefined #131

zafar-saleem opened this issue Oct 15, 2017 · 1 comment

Comments

@zafar-saleem
Copy link

zafar-saleem commented Oct 15, 2017

I am using below code and it returns error as true and ph 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?

@GeoffreyEmerson
Copy link

Looks like this project is dead.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants