On Windows, non-.exe commands like npm, pnpm, yarn, npx require their .cmd extension when using spawn(). This adds a resolveCommand() helper that automatically appends .cmd on Windows for these commands. Fixes #5773 |
||
|---|---|---|
| .. | ||
| child-process-bridge.test.ts | ||
| child-process-bridge.ts | ||
| command-queue.test.ts | ||
| command-queue.ts | ||
| exec.test.ts | ||
| exec.ts | ||
| lanes.ts | ||
| spawn-utils.test.ts | ||
| spawn-utils.ts | ||