Skip to content

Commit f7d0408

Browse files
save file
1 parent 6e8b3a6 commit f7d0408

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -608,7 +608,7 @@
608608
});
609609
webcontainer.on('port',(port,type,url)=>{
610610
console.log(port,type,url)
611-
term.write('port :'type+' --- '+url+' --- '+port);
611+
term.write('port :'+type+' --- '+url+' --- '+port);
612612

613613
});
614614

0 commit comments

Comments
 (0)