mirror of
https://github.com/certd/certd.git
synced 2026-06-27 05:47:34 +08:00
refactor: fix
This commit is contained in:
@@ -28,6 +28,7 @@ export class Executor {
|
||||
async run (options) {
|
||||
logger.info('------------------- Cert-D ---------------------')
|
||||
try {
|
||||
this.transferToSafetyOptions(options)
|
||||
options = _.merge(createDefaultOptions(), options)
|
||||
return await this.doRun(options)
|
||||
} catch (e) {
|
||||
|
||||
Reference in New Issue
Block a user