mirror of
https://github.com/certd/certd.git
synced 2026-07-11 15:57:33 +08:00
chore: 增加清理依赖缓存提示
This commit is contained in:
@@ -52,7 +52,7 @@ export abstract class BaseAccess implements IAccess {
|
||||
|
||||
async importRuntime(specifier: string) {
|
||||
if (!this.runtimeDepsService) {
|
||||
return await import(specifier);
|
||||
throw new Error("runtimeDepsService 未初始化");
|
||||
}
|
||||
return await this.runtimeDepsService.importRuntime(specifier, this.ctx.logger);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user