You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merge pull request #6216 from MikeHolman:awaitbug
If yield happened within a try block, the yield was being swallowed and immediately continued to the ResumeYield, which is a functional issue and also causes us to not set the ResumeYieldData.
Fixes#6203
0 commit comments