Skip to content

Commit

Permalink
remove shell on spawn for updatecli since is not required
Browse files Browse the repository at this point in the history
  • Loading branch information
hugomontero committed May 8, 2024
1 parent da9f091 commit 906197f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/update-check.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ module.exports = async (skip, force) => {
}
spawn(process.execPath, [process.argv[1], 'update-cli'], {
detached: true,
shell: true,
stdio: 'ignore',
windowsHide: true
}).unref();
}
Expand Down

0 comments on commit 906197f

Please sign in to comment.