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
When a process was listening for errors happening during a generator run, the process would ignore the error and run every tasks to completion (#888). Generators now correctly stop once an error is thrown.