Skip to content
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.

Commit

Permalink
Merge pull request #10959 from brave/squirrel-check
Browse files Browse the repository at this point in the history
backward compatible for user-data-dir overrides
  • Loading branch information
bsclifton committed Sep 15, 2017
1 parent 21df725 commit f375e93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/windowsInit.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ if (process.platform === 'win32') {
spawnSync(getBraveDefaultsBinPath(), ['-uninstall'])
}

if (shouldQuit) {
if (shouldQuit()) {
process.exit(0)
}
}
Expand Down

0 comments on commit f375e93

Please sign in to comment.