Commit ec501b4c authored by Laura Heimann's avatar Laura Heimann

activated universal devtools for debugging

parent 98198a7e
...@@ -74,7 +74,7 @@ function createWindow () { ...@@ -74,7 +74,7 @@ function createWindow () {
if (process.env.WEBPACK_DEV_SERVER_URL) { if (process.env.WEBPACK_DEV_SERVER_URL) {
win.loadURL(process.env.WEBPACK_DEV_SERVER_URL); win.loadURL(process.env.WEBPACK_DEV_SERVER_URL);
if (!process.env.IS_TEST) win.webContents.openDevTools(); /* if (!process.env.IS_TEST) */ win.webContents.openDevTools();
} else { } else {
createProtocol('app'); createProtocol('app');
win.loadURL('app://./index.html'); win.loadURL('app://./index.html');
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment