-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
es6.promise always pause on exception in Canary #186
Comments
Interesting. Looks like exceptions in promises, even with handlers, causes this problem: new Promise(_ => { throw 42 }).catch(e => console.log(e)); It's Chrome dev tools issue, not |
loklaan
pushed a commit
to loklaan/core-js
that referenced
this issue
Jun 13, 2016
zloirock
added a commit
that referenced
this issue
Jul 17, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, I can't use pause on exception feature in Canary (51.0.2694.1 canary (64-bit)) because es6.promise causes "Iterator result undefined is not an object" type error. Is there a way to fix that?
Thank you.
The text was updated successfully, but these errors were encountered: