From 9c28d597e8295a5bd282030256a9fe1b50a371c1 Mon Sep 17 00:00:00 2001 From: Jakub Jankiewicz Date: Sun, 14 Feb 2021 13:34:37 +0100 Subject: [PATCH] silence ESLint --- js/unix_formatting.js | 1 + 1 file changed, 1 insertion(+) diff --git a/js/unix_formatting.js b/js/unix_formatting.js index 92ee52dc3..f289aae5b 100644 --- a/js/unix_formatting.js +++ b/js/unix_formatting.js @@ -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) {