mirror of
https://github.com/MercuryWorkshop/scramjet.git
synced 2025-05-13 06:20:02 -04:00
chore: prettier
This commit is contained in:
parent
ca79f507d7
commit
1f74ffee6f
3 changed files with 4 additions and 5 deletions
|
@ -61,7 +61,7 @@ export function createGlobalProxy(
|
||||||
if (prop === "location") {
|
if (prop === "location") {
|
||||||
client.url = value;
|
client.url = value;
|
||||||
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
return Reflect.set(target, prop, value);
|
return Reflect.set(target, prop, value);
|
||||||
|
|
|
@ -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":
|
||||||
|
|
|
@ -25,7 +25,7 @@ export function rewriteJs(js: string | ArrayBuffer, meta: URLMeta) {
|
||||||
|
|
||||||
console.log("naiive");
|
console.log("naiive");
|
||||||
|
|
||||||
return rewriteJsNaiive(text);
|
return rewriteJsNaiive(text);
|
||||||
}
|
}
|
||||||
|
|
||||||
// const before = performance.now();
|
// const before = performance.now();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue