Skip to content

Commit a60c3d9

Browse files
committed
force debug
1 parent a68824a commit a60c3d9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/main.ts

+1
Original file line numberDiff line numberDiff line change
@@ -1375,6 +1375,7 @@ if (process.env.NODE_ENV === 'production') {
13751375

13761376
const isDebug =
13771377
process.env.NODE_ENV === 'development' || process.env.DEBUG_PROD === 'true';
1378+
require('electron-debug')();
13781379

13791380
if (isDebug) {
13801381
require('electron-debug')();

0 commit comments

Comments
 (0)