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
require('bluebird') .reject(new Error('error')) .bind(null);
With bluebird 3.0.5, this prints nothing. Only if the bind(null) line is removed it will throw an unhandled rejection error.
bind(null)
With bluebird 2.10.2, it is working fine in both cases and the unhandled rejection is always reported.
The text was updated successfully, but these errors were encountered:
9ee0741
No branches or pull requests
With bluebird 3.0.5, this prints nothing. Only if the
bind(null)
line is removed it will throw an unhandled rejection error.With bluebird 2.10.2, it is working fine in both cases and the unhandled rejection is always reported.
The text was updated successfully, but these errors were encountered: