From 9e1e8f9f7a91301797ef9996ef608e83efce97e7 Mon Sep 17 00:00:00 2001 From: Percs <83934299+Percslol@users.noreply.github.com> Date: Mon, 15 Jul 2024 19:22:52 -0500 Subject: [PATCH] comment out the function proxy temporarily --- src/client/native/eval.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/client/native/eval.ts b/src/client/native/eval.ts index aad23d2..b228615 100644 --- a/src/client/native/eval.ts +++ b/src/client/native/eval.ts @@ -1,3 +1,4 @@ +/* import { rewriteJs } from "../shared"; const FunctionProxy = new Proxy(Function, { @@ -32,3 +33,4 @@ window.eval = new Proxy(window.eval, { return Reflect.apply(target, thisArg, [rewriteJs(argArray[0])]); }, }); +*/ \ No newline at end of file