mirror of
https://github.com/certd/certd.git
synced 2026-04-15 05:00:52 +08:00
refactor: host
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user