Add debug in recolor_ascii to see fields from tracing::instrument

This commit is contained in:
Teoh Han Hui
2024-07-21 00:54:13 +08:00
parent bdd03a34af
commit c7295ebed8
+2
View File
@@ -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 {