fix: running electron tests on windows for node 20.12.2 (#30382)

This commit is contained in:
Peng Xiao 2024-04-16 23:41:19 +08:00 committed by GitHub
parent 78793e05ff
commit 58187075c8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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],