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