Skip to content

Commit

Permalink
actually enable electron debug in prod
Browse files Browse the repository at this point in the history
  • Loading branch information
seiyria committed Feb 27, 2018
1 parent e95bde3 commit 08e1ab0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const url = require('url');
const Config = require('electron-config');
const config = new Config();

require('electron-debug')();
require('electron-debug')({ enabled: true });

// Keep a global reference of the window object, if you don't, the window will
// be closed automatically when the JavaScript object is garbage collected.
Expand Down

0 comments on commit 08e1ab0

Please sign in to comment.