Add convenience API ColorScheme::stackTraceText(Throwable)
#1129
Labels
Milestone
ColorScheme::stackTraceText(Throwable)
#1129
Currently, client code using
ColorScheme::stackTraceText
looks like this:We can add a convenience API that accepts a
Throwable
, so that the above can be reduced to one line:The text was updated successfully, but these errors were encountered: