Merge branch 'modern-bundler-integration' into release-3.4

This commit is contained in:
Nacho Codoñer
2025-09-09 17:16:05 +02:00

View File

@@ -25,6 +25,7 @@ export function spawnProcess(command, args, options = {}) {
cwd: options.cwd || process.cwd(),
stdio: ['pipe', 'pipe', 'pipe'],
detached: options.detached || false,
...process.platform === 'win32' && { shell: true },
});
// Add a reference to track if the process is running