Switch from virtualdom to React
This commit is contained in:
14
src/crash-reporter.js
Normal file
14
src/crash-reporter.js
Normal file
@@ -0,0 +1,14 @@
|
||||
module.exports = {
|
||||
init
|
||||
}
|
||||
|
||||
var config = require('./config')
|
||||
var electron = require('electron')
|
||||
|
||||
function init () {
|
||||
electron.crashReporter.start({
|
||||
companyName: config.APP_NAME,
|
||||
productName: config.APP_NAME,
|
||||
submitURL: config.CRASH_REPORT_URL
|
||||
})
|
||||
}
|
||||
Reference in New Issue
Block a user