mirror of https://github.com/certd/certd
refactor: 1
parent
4739d75f4a
commit
3d08dce26e
|
@ -40,6 +40,7 @@ export class Trace {
|
|||
|
||||
print () {
|
||||
const context = this.context
|
||||
logger.info('context:' + JSON.stringify(context))
|
||||
logger.info('---------------------------任务结果总览--------------------------')
|
||||
if (context.certIsNew) {
|
||||
this.printTraceLine({ current: 'success', remark: '证书更新成功' }, '更新证书')
|
||||
|
|
Loading…
Reference in New Issue