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 platform temp dir for background process output
Use os.tmpdir() instead of hardcoded /tmp/mux-bashes. On Windows,
convert to POSIX path using cygpath for Git Bash compatibility.
This fixes background process execution on Windows where /tmp doesn't
exist or requires elevated privileges.
0 commit comments