Browse Source

blubberlutsch

masterX244 2 years ago
parent
commit
a704528254
1 changed files with 3 additions and 3 deletions
  1. 3 3
      izpl-steamdeck/public/electron.js

+ 3 - 3
izpl-steamdeck/public/electron.js

@@ -1,8 +1,8 @@
 const electron = require('electron');
 const { app, crashReporter } = require('electron')
-
-onsole.log(app.getPath('crashDumps'))
-crashReporter.start({ submitURL: '', uploadToServer: false })
+console.log("80085");
+console.log(app.getPath('crashDumps'))
+crashReporter.start({ uploadToServer: false })
 
 // Module to control application life.
 //const app = electron.app;