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