no more eslint errors, just warnings

This commit is contained in:
wearrrrr 2024-10-17 01:10:05 -05:00
parent e5a0843b5f
commit 51ce240bf5
11 changed files with 29 additions and 22 deletions

View file

@ -8,7 +8,7 @@ export function argdbg(arg, recurse = []) {
switch (typeof arg) {
case "string":
if (arg.includes("localhost:1337/scramjet/") && arg.includes("m3u8"))
// eslint-disable-next-line no-debugger
debugger;
break;
case "object":