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
state file parsing errors should not assert (#3865)
motivation: state parsing is a "legitimate" error that we handle gracefuly and should not assert on
changes: use StringError instead of InternalError when encountering invalid kind/type attribute
0 commit comments