mirror of
https://github.com/janet-lang/janet
synced 2026-05-21 12:52:16 +00:00
c68264802a
This fixes a regression from changes to janet_try. In some cases, we would not update the status of a fiber when signaling, which left the fiber's status as whatever it had previously. This could lead to strange control flow issues.