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
@kdy1 I did search apologies; I wasn't aware that the behaviour here was the same root cause [in this case there is no yield in the finally block but it still is incorrectly executed]
This closed issue has been automatically locked because it had no new activity for a month. If you are running into a similar issue, please create a new issue with the steps to reproduce. Thank you.
Describe the bug
The generator finally block is called on every yield, not just on termination.
Input code
Config
Playground link
https://play.swc.rs/?version=1.3.2&code=H4sIAAAAAAAAA2WPwQ7CIBBEz%2FYrJj2BJsZ4beq%2FYF2USMDQxdqY%2FrvUim30AuyyM%2FtGCIn6gGcBqLZ3DXR0DRvv1jiTo6DYhzQy%2FgMc%2Bs8L6C7GEgSHSPLbBHpD9oTyrmyksvq0h%2Fc9QBunrJ09Gu9ab2lr%2FVmU9DA87yzlJB6lQ%2FFHB6aWv1yWGD7yLTJq7Cah9gGqU8lTjGsYCQleL1Nl%2BWrJkcZk5p48N5tcGw2R99Q19svgx0Dq%2BhM4s0%2BwVTHIdL4AD7K37nIBAAA%3D&config=H4sIAAAAAAAAA0WNSwrDMAxE76J1ts0id%2BghjKsEF%2F%2FQKBBjfPfawSU7aebpqdIXlrZK2QhYxoQS1Vy0kZbMsOKy0kKKHu3Gg1tfjBysHWG8eudTAs92oeCi28sw2RSyMPBUJh7%2BT7YuCulzjqDez27hSu1xzDuH9wRVTm4%2FOkwQUrUAAAA%3D
Expected behavior
value
value
exit generator
Actual behavior
value
exit generator
value
exit generator
Version
1.3.2
Additional context
No response
The text was updated successfully, but these errors were encountered: