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
test(io): run exec test scripts from files for win32 compatibility
runCommand spawns through cmd.exe on Windows (shell: true for PATHEXT
resolution), which mangles the quoting of node -e one-liners — the
'boom; exit 3' script never ran, so the process exited 0 and the
rejection assertion failed. Write the scripts to temp files instead.
0 commit comments