Skip to content

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

@vercel
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

3 participants