Skip to content

Commit e9ca8f6

Browse files
save file
1 parent d4a2af8 commit e9ca8f6

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
@@ -184,7 +184,7 @@
184184
function spawn_jsh(){
185185

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

190190

0 commit comments

Comments
 (0)