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: remove auto-cleanup from DisposableProcess constructor
DisposableProcess should NOT auto-call dispose() on process 'close' event.
This was running cleanup before bash.ts finished reading streams.
Dispose is only called explicitly via timeout/abort handlers. Process streams
close naturally when process exits, so no forced cleanup is needed.
0 commit comments