Skip to content

Commit a5138ee

Browse files
save file
1 parent fc56f50 commit a5138ee

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1433,14 +1433,15 @@
14331433
*/
14341434

14351435

1436-
webcontainer.on('port',(port,type,url)=>{
1436+
webcontainer.on('port',(port,type,url)=>{debugger;
14371437
console.log(port,type,url);
14381438
switch(type){
14391439

14401440
case 'open' : ports.add(port,url); break;
14411441
case 'close' : ports.remove(port); break;
14421442

14431443
}//switch
1444+
14441445
});
14451446

14461447

0 commit comments

Comments
 (0)