mirror of
https://github.com/certd/certd.git
synced 2026-06-29 16:05:15 +08:00
chore: 完善第三方依赖动态加载
This commit is contained in:
@@ -332,7 +332,7 @@ export class PluginService extends BaseService<PluginEntity> {
|
||||
if (!isBareModuleSpecifier(modulePath)) {
|
||||
return await importLocalModule(modulePath);
|
||||
}
|
||||
return await this.runtimeDepsService.importRuntime(modulePath);
|
||||
return await this.runtimeDepsService.importRuntime(modulePath, logger);
|
||||
}
|
||||
|
||||
private async getPluginClassFromFile(item: any) {
|
||||
|
||||
Reference in New Issue
Block a user