Skip to content

Commit ea39cc5

Browse files
committed
Fix shell main
1 parent 90fb90b commit ea39cc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main_shell.zig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ fn execJS(
5454
defer storageShelf.deinit();
5555

5656
// alias global as self and window
57-
var window = Window.create(null);
57+
var window = Window.create(null, null);
5858
window.replaceDocument(doc);
5959
window.setStorageShelf(&storageShelf);
6060
try js_env.bindGlobal(window);

0 commit comments

Comments
 (0)