Add debug in recolor_ascii to see fields from tracing::instrument
This commit is contained in:
@@ -71,6 +71,8 @@ impl ColorAlignment {
|
||||
where
|
||||
S: AsRef<str>,
|
||||
{
|
||||
debug!("recolor ascii");
|
||||
|
||||
let reset = color("&~&*", color_mode).expect("color reset should not be invalid");
|
||||
|
||||
let asc = match self {
|
||||
|
||||
Reference in New Issue
Block a user