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
Avoid infinite error handling recursion in runguard.
Previously, there were two scenarios that are problematic:
- while handling an error, we start writing the meta file, and if that
also fails, we treat this as handling a new error and never stop;
- while writing the meta file, we encounter an error which in turn tries
writing to the meta file causing another error and we never stop.
0 commit comments