|
@@ -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;
|