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(gastown): check dispatchAgent return value instead of using .catch()
dispatchAgent resolves false (never rejects) on container start failure,
so the .catch() handler was dead code. Changed to check the boolean
return value so the idle rollback actually executes on failure.
0 commit comments