mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
chore: follow-up on Electron launch (#30423)
Follow-up to https://github.com/microsoft/playwright/pull/30382.
This commit is contained in:
parent
eea1f9984f
commit
a1b3332e54
@ -208,7 +208,9 @@ export class Electron extends SdkObject {
|
|||||||
progress.log(message);
|
progress.log(message);
|
||||||
browserLogsCollector.log(message);
|
browserLogsCollector.log(message);
|
||||||
},
|
},
|
||||||
shell: true,
|
// On Windows in order to run .cmd files, shell: true is required.
|
||||||
|
// https://github.com/nodejs/node/issues/52554
|
||||||
|
shell: process.platform === 'win32',
|
||||||
stdio: 'pipe',
|
stdio: 'pipe',
|
||||||
cwd: options.cwd,
|
cwd: options.cwd,
|
||||||
tempDirectories: [artifactsDir],
|
tempDirectories: [artifactsDir],
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user