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: update remaining run() calls to use execFileSync signature
The Copilot autofix changed run() from execSync(string) to
execFileSync(cmd, args[]), but only updated the git calls.
The 6 npm calls still used the old signature and would fail at runtime.
0 commit comments