Skip to content

Commit

Permalink
silence ESLint
Browse files Browse the repository at this point in the history
  • Loading branch information
jcubic committed Feb 14, 2021
1 parent 06039d7 commit 9c28d59
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/unix_formatting.js
Original file line number Diff line number Diff line change
Expand Up @@ -1310,6 +1310,7 @@
} else if (code === 9) {
print.call(this, '\t');
} else if (ansi_art && code in cp_437_control) {
// eslint-disable-next-line no-console
console.log({code: '0x' + code.toString(16)});
print.call(this, cp_437_control[code]);
} else if (DEBUG) {
Expand Down

0 comments on commit 9c28d59

Please sign in to comment.