Skip to content

Commit

Permalink
Update LauncherService.js
Browse files Browse the repository at this point in the history
  • Loading branch information
timoschwarzer committed Sep 26, 2021
1 parent 85d8f6f commit e7d187b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion electron/src/lib/LauncherService.js
Expand Up @@ -89,7 +89,7 @@ export class LauncherService {
// FIXME: Hiding the window does not work due to a node bug (?)
spawn(command, {
// detached: true,
shell: true,
shell: 'powershell.exe',
stdio: 'inherit',
}) //.unref()

Expand Down

0 comments on commit e7d187b

Please sign in to comment.