Skip to content

Commit

Permalink
Update view.html
Browse files Browse the repository at this point in the history
  • Loading branch information
ktsuttlemyre authored May 21, 2024
1 parent 5cf8a7b commit 2395036
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions view.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ <h1>viewer</h1>
let mess = new Mess();
mess.init();
let log=function(){
console.log(console.log,arguments)
mess.show(Array.from(arguments).join('\n'));
};

Expand Down

0 comments on commit 2395036

Please sign in to comment.