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

@ -61,7 +61,7 @@ export function createGlobalProxy(
if (prop === "location") {
client.url = value;
return;
return;
}
return Reflect.set(target, prop, value);

View file

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

View file

@ -25,7 +25,7 @@ export function rewriteJs(js: string | ArrayBuffer, meta: URLMeta) {
console.log("naiive");
return rewriteJsNaiive(text);
return rewriteJsNaiive(text);
}
// const before = performance.now();