fix: running electron tests on windows for node 20.12.2

This commit is contained in:
Peng Xiao 2024-04-16 14:47:21 +08:00
parent e2c1efad9e
commit aaacb2654e
No known key found for this signature in database
GPG key ID: 831CF66D46EB83D0

View file

@ -208,6 +208,7 @@ export class Electron extends SdkObject {
progress.log(message);
browserLogsCollector.log(message);
},
shell: true,
stdio: 'pipe',
cwd: options.cwd,
tempDirectories: [artifactsDir],