Skip to content

Commit c7177ed

Browse files
save file
1 parent e2fca72 commit c7177ed

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

utils/misc/nodejs-terminal/html/webcontainer-iframe/webcontainer-iframe.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,9 +114,9 @@
114114
//:
115115

116116

117-
obj.initdom = function(){
117+
obj.initdom = async function(){
118118

119-
viewport = vm.new();
119+
viewport = await vm.new();
120120
viewport.body.append(host);
121121

122122
var shadow = host.shadowRoot;

0 commit comments

Comments
 (0)