Guest User

Untitled

a guest
Nov 22nd, 2017
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. import unhandled from 'electron-unhandled';
  2.  
  3. unhandled({
  4. logger: (error) => {
  5. // Handle all your errors here.
  6. },
  7. showDialog: !IS_PRODUCTION
  8. });
Add Comment
Please, Sign In to add comment