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
If task A spawns task B, and B has an unhandled condition, that manifests as task B failing -- any handlers in A won't get invoked. This was pretty sensible once I thought about it, but it surprised me at first. I think the conditions tutorial should mention it.