This commit is contained in:
COOL 2025-02-19 10:12:59 +08:00
parent b777961acf
commit 5db7b4b2e7

View File

@ -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({