Skip to content

Commit 297e1f7

Browse files
author
Ryan Biwer
committed
Debugging
1 parent 5768c20 commit 297e1f7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main.re

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ let createWindow = () => {
1212
let win = Electron.BrowserWindow.mk();
1313
winRef := Some(win);
1414
win##loadURL("http://localhost:54380/");
15+
win##webContents##openDevTools ();
1516
win##on(
1617
"closed",
1718
() => {

0 commit comments

Comments
 (0)