Skip to content

Commit

Permalink
small change with snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
PrashantRaj18198 authored Aug 29, 2024
1 parent bae4fc1 commit f8707ac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/log_printer.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ var printLog = func(log *logger.Log) {
}

str.WriteString("\n")
str.WriteString("addition\n")

if v, ok := log.Data["type"]; ok && cast.ToString(v) == "request" {
padding := 0
Expand Down

0 comments on commit f8707ac

Please sign in to comment.