refactor: fix

This commit is contained in:
xiaojunnuo
2021-02-07 10:54:55 +08:00
parent b9d5d33aaa
commit 6eb9817296
5 changed files with 1535 additions and 112 deletions
+1506 -103
View File
File diff suppressed because it is too large Load Diff
+1
View File
@@ -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) {