aboutsummaryrefslogtreecommitdiffstats
path: root/src/electron/exception.ts
blob: ada98d17b2c88e90d9aea020c3291275c83c3756 (plain) (blame)
1
2
3
4
process.on('uncaughtException', err => {
  // handle the error safely
  console.error(err);
});