Skip to content

Commit

Permalink
perf: pretty log formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
liuweiGL committed Feb 4, 2023
1 parent 6b29fe4 commit f75dfd1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugin/mkcert/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@ class Config {
const nextStr = prettyLog(this)

debug(
`Receive parameter ${prettyLog(
`Receive parameter\n ${prettyLog(
obj
)}, then update config from ${currentStr} to ${nextStr}`
)}\nUpdate config from\n ${currentStr} \nto\n ${nextStr}`
)

await this.serialize()
Expand Down

0 comments on commit f75dfd1

Please sign in to comment.