We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Vow's nextTick function relies on "process" global variable as a sign of nodeJs.
But in phantomjs/mocha environment has global var "process" that doesn't have nextTick.
It would be better to update it with a more reliable check of environment / or at least check for existence of nextTick property.
The text was updated successfully, but these errors were encountered:
fix check for process.nextTick (#31)
d554cc4
fixed in 0.3.6
Sorry, something went wrong.
dfilatov
No branches or pull requests
Vow's nextTick function relies on "process" global variable as a sign of nodeJs.
But in phantomjs/mocha environment has global var "process" that doesn't have nextTick.
It would be better to update it with a more reliable check of environment / or at least check for existence of nextTick property.
The text was updated successfully, but these errors were encountered: