electron-17: refactored code related to crash reporter

This commit is contained in:
Vishwas Shashidhar
2017-09-19 11:56:11 +05:30
parent d4b30ba148
commit 08b58b51bb
4 changed files with 3 additions and 50 deletions

View File

@@ -32,7 +32,7 @@ require('./memoryMonitor.js');
const windowMgr = require('./windowMgr.js');
crashReporter.start({companyName: 'Symphony', uploadToServer: false, submitURL: 'http://localhost:3000/', extra: {'process': 'main'}});
crashReporter.start({companyName: 'Symphony', uploadToServer: false, extra: {'process': 'main'}});
// only allow a single instance of app.
const shouldQuit = app.makeSingleInstance((argv) => {