Skip to content

Commit 123da8a

Browse files
save file
1 parent 5ac2135 commit 123da8a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

utils/misc/nodejs-terminal/html/snippet-nodejs/v1.0/snippet-nodejs-v1.0.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -212,8 +212,8 @@
212212
process = await webcontainer.spawn(cmd,args);//,{cwd,output:true});
213213

214214
var stream = new WritableStream({write(data){
215-
216-
term.log(data);
215+
console.hex(data);
216+
term.write(data);
217217
if(chk.echo.checked){
218218
console.log(data);
219219
}

0 commit comments

Comments
 (0)