Upgrade electron to 31.1.0
This commit is contained in:
parent
d53757d9fa
commit
3ed63edbc8
9 changed files with 29 additions and 66 deletions
|
@ -35,6 +35,8 @@ function launchElectron(attempt: number): string {
|
|||
NODE_ENV: 'test',
|
||||
TEST_QUIT_ON_COMPLETE: 'on',
|
||||
},
|
||||
// Since we run `.cmd` file on Windows - use shell
|
||||
shell: process.platform === 'win32',
|
||||
encoding: 'utf8',
|
||||
});
|
||||
return stdout;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue