mirror of
https://github.com/nuintun/command-manager.git
synced 2025-06-08 20:24:04 +08:00
update files
This commit is contained in:
parent
035dd499d6
commit
a6a3a75e04
@ -1033,7 +1033,7 @@ AnsiTerminal.prototype.toString = function (type){
|
||||
if (type === 'html') {
|
||||
for (i = 0; i < this.screen.buffer.length; ++i) {
|
||||
for (j = 0; j < this.screen.buffer[i].cells.length; ++j) {
|
||||
console.log(this.screen.buffer[i].cells[j].getAttributes());
|
||||
console.log(this.screen.buffer[i].cells[j]);
|
||||
}
|
||||
}
|
||||
} else {
|
||||
|
Loading…
x
Reference in New Issue
Block a user