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
Restore the dispose-host clear on the normal run-end path
Deleted along with the standalone active-run clear when that call
site was folded into finalizeRunState's write, but the dispose
host has no on-disk write to piggyback on, so it never got a
replacement. Every normal run was leaving the dispose host
pointing at a torn-down closure that a later signal could still
invoke. Restored to mirror finalizeOnCrash, matching active-host.ts's
stated contract of clearing on either path.
0 commit comments