From 5eebd7531c8d5bfe36066bd8e29c0803b3373ef3 Mon Sep 17 00:00:00 2001 From: "(quasar) nebula" Date: Tue, 27 May 2025 19:45:15 -0300 Subject: eslint, upd8: no-constant-condition -> no-constant-binary-expression --- src/upd8.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/upd8.js b/src/upd8.js index dacd9fed..40a25dfb 100755 --- a/src/upd8.js +++ b/src/upd8.js @@ -3269,7 +3269,7 @@ async function main() { } // TODO: isMain detection isn't consistent across platforms here -/* eslint-disable-next-line no-constant-condition */ +// eslint-disable-next-line no-constant-binary-expression if (true || isMain(import.meta.url) || path.basename(process.argv[1]) === 'hsmusic') { (async () => { let result; -- cgit 1.3.0-6-gf8a5