Remove starting crash reporter from quick start
This commit is contained in:
parent
524649797f
commit
4718c726f6
9 changed files with 0 additions and 27 deletions
|
@ -82,9 +82,6 @@ const electron = require('electron');
|
|||
const app = electron.app; // Module to control application life.
|
||||
const BrowserWindow = electron.BrowserWindow; // Module to create native browser window.
|
||||
|
||||
// Report crashes to our server.
|
||||
electron.crashReporter.start();
|
||||
|
||||
// Keep a global reference of the window object, if you don't, the window will
|
||||
// be closed automatically when the JavaScript object is garbage collected.
|
||||
var mainWindow = null;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue