Last active
November 21, 2017 17:11
-
-
Save yoannmoinet/8f127ab7fb36e34dc3eb68583a2b4c77 to your computer and use it in GitHub Desktop.
Unhandled configuration.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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