aboutsummaryrefslogtreecommitdiffstats
path: root/src/electron/exception.ts
blob: a445a64753b5f7f4ca31adcd44c0834bcfc78747 (plain) (blame)
1
2
3
4
5
// eslint-disable-next-line unicorn/no-empty-file
process.on('uncaughtException', err => {
  // handle the error safely
  console.error(err);
});