Update main.js

This commit is contained in:
Timothy Cyrus 2015-11-23 21:28:34 -05:00
parent 89521a4166
commit 81a25b578a
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ const app = electron.app; // Module to control application life.
const BrowserWindow = electron.BrowserWindow; // Module to create native browser window.
// Report crashes to our server.
require('crash-reporter').start();
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.