Skip to content

Commit

Permalink
tweak electron debug
Browse files Browse the repository at this point in the history
  • Loading branch information
lacymorrow committed Nov 2, 2019
1 parent c72d133 commit df65c3f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion index.js
Expand Up @@ -13,7 +13,10 @@ const {config, defaults} = require('./src/config')
const menu = require('./src/menu')

unhandled()
debug()
debug({
showDevTools: false,
devToolsMode: 'undocked'
})
contextMenu()

try {
Expand Down

0 comments on commit df65c3f

Please sign in to comment.