refactor: 重构

This commit is contained in:
xiaojunnuo
2021-02-08 14:00:28 +08:00
parent cb8c8186f1
commit 9ae414b1c6
4 changed files with 22 additions and 22 deletions
-1
View File
@@ -23,7 +23,6 @@ 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) {