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

Cancelling certain promise results in internal error #1006

Closed
trkjgrdg opened this issue Feb 13, 2016 · 1 comment
Closed

Cancelling certain promise results in internal error #1006

trkjgrdg opened this issue Feb 13, 2016 · 1 comment

Comments

@trkjgrdg
Copy link

new Promise(function() {
}).tap(function() {
}).cancel();

Unhandled rejection TypeError: Cannot read property 'apply' of undefined

Looking through the stack trace, it looks like this._rejectionHandler0 is undefined.

Bluebird 3.3.0 on Chromium 45.0.2454.101

@petkaantonov
Copy link
Owner

Fixed in 3.3.1

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

No branches or pull requests

2 participants