Skip to content

Commit 0ece6ac

Browse files
committed
bug fix
1 parent 31bdcc7 commit 0ece6ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ const createWindow = () => {
4444
});
4545

4646
// Load the url of the dev server if in development mode
47-
if (!process.env.IS_TEST) mainWindow.webContents.openDevTools();
47+
if (process.env.IS_TEST) mainWindow.webContents.openDevTools();
4848
};
4949

5050
// This method will be called when Electron has finished

0 commit comments

Comments
 (0)