We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 82c151f + 6886c38 commit 49787f1Copy full SHA for 49787f1
1 file changed
main.js
@@ -3,7 +3,7 @@ const app = electron.app; // Module to control application life.
3
const BrowserWindow = electron.BrowserWindow; // Module to create native browser window.
4
5
// Report crashes to our server.
6
-electron.crashReporter.start();
+//electron.crashReporter.start();
7
8
9
// Keep a global reference of the window object, if you don't, the window will
0 commit comments