Skip to content

Commit 0875e14

Browse files
save file
1 parent 5d648f5 commit 0875e14

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1125,7 +1125,7 @@
11251125
output.buffer.forEach(data=>term.write(data));
11261126
output.buffer.length = 0;
11271127

1128-
}//flush
1128+
}//flush
11291129
output.resume = (flush=true)=>{
11301130

11311131
if(flush){
@@ -1153,7 +1153,7 @@
11531153

11541154

11551155
webcontainer.on('port',(port,type,url)=>{
1156-
console.log(port,type,url)
1156+
console.log(port,type,url);
11571157
switch(type){
11581158

11591159
case 'open' : ports.add(port,url); break;

0 commit comments

Comments
 (0)