Skip to content

Commit

Permalink
Fix emergency app exit
Browse files Browse the repository at this point in the history
  • Loading branch information
ZIMkaRU committed Oct 16, 2024
1 parent 039ad52 commit 3418434
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/error-manager/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ Please, set it to a valid location or reset it to the default`
hasNoParentWin: true
}
})
.then(() => { app.quit() })
.then(() => { app.exit() })
.catch((err) => { console.error(err) })

return
Expand Down

0 comments on commit 3418434

Please sign in to comment.