refactor: host

This commit is contained in:
xiaojunnuo
2021-02-08 18:18:23 +08:00
parent 991c3dbb76
commit 8122bed97f
8 changed files with 63 additions and 14 deletions

View File

@@ -27,7 +27,7 @@ export class Executor {
options = _.merge(createDefaultOptions(), options)
return await this.doRun(options)
} catch (e) {
logger.error('任务执行出错' + e.message, e)
logger.error('任务执行出错', e)
throw e
}
}