Skip to content

Commit d4a2af8

Browse files
save file
1 parent 5b315e0 commit d4a2af8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@
185185

186186
term.writeln('spawn jsh ... ');
187187
var s3 = spinner({x:14,y:0});
188-
webcontainer.spawn('jsh').then(complete)
188+
setTimeout(()=>webcontainer.spawn('jsh').then(complete),50);
189189

190190

191191
function complete(result){

0 commit comments

Comments
 (0)