chore: prettier

This commit is contained in:
Percs 2024-10-17 01:30:19 -05:00
parent ca79f507d7
commit 1f74ffee6f
3 changed files with 4 additions and 5 deletions

View file

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