Skip to content

Instantly share code, notes, and snippets.

@yoannmoinet
Last active November 21, 2017 17:11
Show Gist options
  • Save yoannmoinet/8f127ab7fb36e34dc3eb68583a2b4c77 to your computer and use it in GitHub Desktop.
Save yoannmoinet/8f127ab7fb36e34dc3eb68583a2b4c77 to your computer and use it in GitHub Desktop.
Unhandled configuration.
import unhandled from 'electron-unhandled';
unhandled({
logger: (error) => {
// Handle all your errors here.
},
showDialog: !IS_PRODUCTION
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment