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: use separate TextDecoders per stream in background process
A single TextDecoder with stream:true buffers partial multibyte sequences.
When stdout and stderr interleave, shared state corrupts output by combining
bytes from different streams. Use independent decoders and flush on exit.
0 commit comments