Skip to content

Commit

Permalink
Update ips.go
Browse files Browse the repository at this point in the history
  • Loading branch information
blacktop committed Mar 22, 2024
1 parent e3d6cce commit e86c8fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/crashlog/ips.go
Original file line number Diff line number Diff line change
Expand Up @@ -662,7 +662,7 @@ func fmtState(states []string) string {
case "TH_WAIT", "TH_UNINT":
out = append(out, colorAddr(s))
case "TH_RUN", "TH_IDLE":
out = append(out, colorTime(s))
out = append(out, colorBold(s))
default:
out = append(out, s)
}
Expand Down

0 comments on commit e86c8fe

Please sign in to comment.