mirror of
https://github.com/HeyPuter/puter
synced 2024-11-14 22:06:00 +00:00
Update index.js
This commit is contained in:
parent
055c628afd
commit
2d39b9be77
@ -352,7 +352,7 @@ window.puter = (function() {
|
||||
|
||||
print = function(...args){
|
||||
for(let arg of args){
|
||||
document.getElementsByTagName('body')[0].append(arg);
|
||||
document.body.innerHTML += arg;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user