just make eslint happier

This commit is contained in:
wearrrrr 2024-09-22 20:48:56 -05:00
parent 96103460b8
commit dc80bf1170
6 changed files with 16 additions and 11 deletions

View file

@ -6,6 +6,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":