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

Fix exception propagation from nested promises inside yielded generator #537

Merged
merged 6 commits into from
Dec 17, 2024

Conversation

roxblnfk
Copy link
Collaborator

What was changed

Fix exception propagation from nested promises inside yielded generator

Why?

To be sure that awaiting exception from awaiting promise inside awaiting generator will be propagated well

Checklist

  1. Closes [Bug] Generators return null when exception is thrown #530
  2. How was this tested: added tests

Copy link

vercel bot commented Dec 16, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
php ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 17, 2024 6:22pm

@roxblnfk roxblnfk merged commit 8059ef7 into master Dec 17, 2024
113 checks passed
@roxblnfk roxblnfk deleted the fix-yielded-generator branch December 17, 2024 18:30
roxblnfk added a commit that referenced this pull request Dec 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug] Generators return null when exception is thrown
2 participants