Просмотр исходного кода

Merge pull request #25 from atom/remove-crash-reporter-starting

Remove call to crashReporter.start()
Jessica Lord 10 лет назад
Родитель
Сommit
96be8d30fb
1 измененных файлов с 0 добавлено и 3 удалено
  1. 0 3
      main.js

+ 0 - 3
main.js

@@ -3,9 +3,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.
 let mainWindow;