diff --git a/src/entry.ts b/src/entry.ts index 9dfbcf2..dec955b 100644 --- a/src/entry.ts +++ b/src/entry.ts @@ -3,6 +3,10 @@ import { ClientInfoManager } from "@lib/native"; // This logs in the native logging implementation, e.g. logcat console.log("Hello from Vendetta!"); +// Make 'freeze' and 'seal' do nothing +Object.freeze = Object; +Object.seal = Object; + import(".").then((m) => m.default()).catch((e) => { console.log(e?.stack ?? e.toString()); alert([