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

Throwing from a for ( of ) results in a ReferenceError #32

Closed
keepkeyjon opened this issue Jun 11, 2019 · 0 comments · Fixed by #33
Closed

Throwing from a for ( of ) results in a ReferenceError #32

keepkeyjon opened this issue Jun 11, 2019 · 0 comments · Fixed by #33

Comments

@keepkeyjon
Copy link
Contributor

_settle(pact || (pact = new Pact()), 2, e);

I think that needs to be:

 _settle(pact || (pact = new _Pact()), 2, e);

Same bug exists here also:

_settle(pact || (pact = new Pact()), 2, e);

keepkeyjon added a commit to keepkeyjon/babel-plugin-transform-async-to-promises that referenced this issue Jun 11, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant