Skip to content

Commit 188d7a8

Browse files
Merge pull request #352 from utay/fix-shell-main
Fix shell main
2 parents ee561b0 + ea39cc5 commit 188d7a8

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)