Skip to content

Commit 49787f1

Browse files
authored
Merge pull request fyears#3 from ar7max/patch-1
Fix companyName missing err. Works out of box now
2 parents 82c151f + 6886c38 commit 49787f1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ const app = electron.app; // Module to control application life.
33
const BrowserWindow = electron.BrowserWindow; // Module to create native browser window.
44

55
// Report crashes to our server.
6-
electron.crashReporter.start();
6+
//electron.crashReporter.start();
77

88

99
// Keep a global reference of the window object, if you don't, the window will

0 commit comments

Comments
 (0)