Skip to content

Commit

Permalink
Fix ConsoleWriter test
Browse files Browse the repository at this point in the history
  • Loading branch information
rs committed May 17, 2018
1 parent fb46968 commit c62533f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion console.go
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ func formatTime(t interface{}) string {
u, _ := t.Int64()
return time.Unix(u, 0).Format(time.RFC3339)
}
return ""
return "<nil>"
}

func colorize(s interface{}, color int, enabled bool) string {
Expand Down

0 comments on commit c62533f

Please sign in to comment.