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
Explain why finalizeOnCrash clears the active-run handle early
The prior comment only noted that finalizeRunState's own clear
becomes a no-op repeat, which reads as an argument for deleting
the early call rather than keeping it. It is not redundant: index.ts
installs its own crash listeners that read the handle directly
and would otherwise race a competing write during the awaits here.
0 commit comments