From f3efc95a4a7ef04c69bafc0d0d0c3b1e07442b18 Mon Sep 17 00:00:00 2001 From: nin0 Date: Mon, 23 Dec 2024 14:42:43 -0500 Subject: [PATCH] credit v --- native.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/native.ts b/native.ts index 1a0bb1c..9ac9d86 100644 --- a/native.ts +++ b/native.ts @@ -8,6 +8,8 @@ export async function evalCode(_, code: string) { }); if (d.response === 1) throw "Cancelled by user"; + + // lines 12 to 36 shamelessly stolen from codeberg.org/vee/bot const console: any = { _lines: [] as string[], _log(...things: string[]) {