We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a446d32 + 4ea8602 commit 42106dfCopy full SHA for 42106df
main.js
@@ -37,6 +37,7 @@ function initialize () {
37
if (debug) {
38
mainWindow.webContents.openDevTools()
39
mainWindow.maximize()
40
+ require('devtron').install()
41
}
42
43
mainWindow.on('closed', function () {
package.json
@@ -40,7 +40,7 @@
"devDependencies": {
"chai": "^3.4.1",
"chai-as-promised": "^5.1.0",
- "devtron": "^1.0.0",
+ "devtron": "^1.3.0",
44
"electron-packager": "^7.0.1",
45
"electron-prebuilt": "^1.2.6",
46
"electron-windows-store": "^0.3.0",
0 commit comments