Revert "fix: add windowsHide: true to spawn in runCommandWithTimeout"

This reverts commit 32c66aff49.
This commit is contained in:
Sebastian
2026-02-16 20:27:19 -05:00
parent 22b2a77b30
commit 726ad45c75

View File

@@ -139,7 +139,6 @@ export async function runCommandWithTimeout(
cwd,
env: resolvedEnv,
windowsVerbatimArguments,
windowsHide: true,
...(shouldSpawnWithShell({ resolvedCommand, platform: process.platform })
? { shell: true }
: {}),