From f2cb5ec17986da3901cbf9abccade780c12e8979 Mon Sep 17 00:00:00 2001 From: QCQCQC <1220204124@zust.edu.cn> Date: Tue, 15 Apr 2025 11:08:00 +0800 Subject: [PATCH] =?UTF-8?q?result=E7=B1=BB=E5=9E=8Bany?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/AppLoader.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/AppLoader.ts b/src/AppLoader.ts index d2e2949..aac8288 100644 --- a/src/AppLoader.ts +++ b/src/AppLoader.ts @@ -338,7 +338,7 @@ export class AppLoader { - let result: string | NodeJS.ReadableStream + let result: any if (type == "custom") { result = await fn(() => this.makeContext(undefined, headers), params, headers, req, body); } else {