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

@ -30,6 +30,7 @@
"@ccms/common": "^0.20.0",
"@ccms/container": "^0.20.0",
"@ccms/i18n": "^0.20.0",
"@ccms/verify": "^0.21.1",
"crypto-js": "^4.1.1",
"js-yaml": "^4.1.0"
}

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)
}
}