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 driver.ts TS2769 when passing stdio to execFile
ExecFileOptions doesn't declare stdio (it lives on CommonSpawnOptions),
but execFile forwards the option to spawn() at runtime. Cast through
ExecFileOptions so the stdio-ignore path compiles.
0 commit comments