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(vite_pty): drop slave after spawn to signal EOF on child exit
Drop the PTY slave handle immediately after spawning the child process.
This ensures EOF is signaled on the reader when the child exits, which
is critical for the zig linker builds where the slave handle was keeping
the PTY open.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments