mirror of
https://github.com/certd/certd.git
synced 2026-04-14 12:30:54 +08:00
refactor: 1
This commit is contained in:
@@ -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: '证书更新成功' }, '更新证书')
|
||||
|
||||
Reference in New Issue
Block a user