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
9961680 disabled the usage of platform's promise implementation as it broke one test in streams resolver.
The text was updated successfully, but these errors were encountered:
Smaller reproducer at https://gist.github.com/mathbruyen/201b5c4973d2118296eb , to be trimmed even more. Can be ran with node-inspector.
Using es6-promise polyfill done is actually displayed on the console while with native promise node returns immediately.
done
Sorry, something went wrong.
Tracked with nodejs/node-v0.x-archive#7714
No branches or pull requests
9961680 disabled the usage of platform's promise implementation as it broke one test in streams resolver.
The text was updated successfully, but these errors were encountered: