Created
October 16, 2015 12:39
-
-
Save lele85/11fb7d8c5a76a348e261 to your computer and use it in GitHub Desktop.
This file contains 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
require("crash-reporter").start({ | |
productName: "Electron", | |
companyName: "Github, Inc.", | |
submitUrl: "http://127.0.0.1:3000/help/crashes", | |
autoSubmit: true | |
}); | |
process.crash(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment