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
Fix error for missing Fiber when tracking uncaught exceptions
When tracking uncaught exceptions, we do not have fiber, but our code works with futures. So it fails with error "Can't wait without fiber".
Fix this by creating fiber.
0 commit comments