Skip to content

Commit 2c103d6

Browse files
committed
fix typo
1 parent a66ffa3 commit 2c103d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

commands.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ _.TEXT_FORMAT = {
8686
var widthDec = (width - 1) * 16;
8787
var heightDec = height - 1;
8888
var sizeDec = widthDec+heightDec;
89-
return '\x1d\x21'+String.fromCharCode(sizeDec);
89+
return '\x1b\x21'+String.fromCharCode(sizeDec);
9090
},
9191

9292
TXT_HEIGHT : {

0 commit comments

Comments
 (0)