mirror of
https://github.com/certd/certd.git
synced 2026-04-24 04:17:25 +08:00
feat: 腾讯云cdn支持
This commit is contained in:
@@ -106,7 +106,7 @@ export class Executor {
|
||||
if (Plugin instanceof Function) {
|
||||
instance = new Plugin()
|
||||
}
|
||||
await instance.execute({ cert, accessProviders: options.accessProviders, args: task, context })
|
||||
await instance.execute({ cert, accessProviders: options.accessProviders, props: task, context })
|
||||
logger.info(`----任务【${task.name}】执行完成`)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user