Skip to content

Commit 27f4270

Browse files
committed
screen.ts getBuffer debugging
1 parent 6b8287d commit 27f4270

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

screen.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ namespace user_interface_base {
143143
const chunkBuf2 = rowBuf2.slice(0, chunkSize - overhead);
144144

145145
const res = chunkBuf1.concat(chunkBuf2);
146-
// basic.showNumber(res.length)
146+
basic.showNumber(res.length)
147147
return res
148148
}
149149

0 commit comments

Comments
 (0)