From 5db7b4b2e79f2662857cc441ddf73fc05875ed5f Mon Sep 17 00:00:00 2001 From: COOL Date: Wed, 19 Feb 2025 10:12:59 +0800 Subject: [PATCH] v8.x --- src/modules/plugin/service/info.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/plugin/service/info.ts b/src/modules/plugin/service/info.ts index 09eaec9..5433812 100644 --- a/src/modules/plugin/service/info.ts +++ b/src/modules/plugin/service/info.ts @@ -217,7 +217,7 @@ export class PluginService extends BaseService { } catch (e) { return { type: 0, - message: `插件信息不完整,请检查${data.errorData}`, + message: `插件信息不完整,请检查${data?.errorData || ''}`, }; } const check = await this.pluginInfoEntity.findOne({