You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: main.js
+7-2
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,12 @@ function createWindow() {
30
30
returnfalse;
31
31
});
32
32
// start the server
33
-
require("./index");
33
+
try{
34
+
require("./index");
35
+
}catch(e){
36
+
dialog.showErrorBox("Unexpected error","There was an unexpected error. Please open a bug report on the project's Github page or contact one of the developers. Stack Trace: "+e.toString());
0 commit comments