Skip to content

Commit

Permalink
hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
pfoerdie committed Nov 28, 2023
1 parent 03ac124 commit fa33a23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tty.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const

tty.ESC = require('./tty.ESC.js');
tty.SGR = require('./tty.SGR.js');
tty.CPR = require('./tty.SGR.js');
tty.CPR = require('./tty.CPR.js');

tty.color = require('./tty.color.js');
tty.style = require('./tty.style.js');
Expand Down

0 comments on commit fa33a23

Please sign in to comment.