feat: add verify package signle

Signed-off-by: MiaoWoo <admin@yumc.pw>
This commit is contained in:
2022-05-14 11:55:05 +08:00
parent 073cf6aaac
commit 7cd85f3f34
4 changed files with 4 additions and 4 deletions

View File

@@ -283,7 +283,6 @@ export class PluginManagerImpl implements plugin.PluginManager {
try {
return this.buildPlugin(metadata)
} catch (error: any) {
console.console(`§4无法加载插件 §b${metadata.name} §4构建插件失败!`)
console.ex(error)
}
}