mirror of
https://github.com/hykilpikonna/hyfetch.git
synced 2026-08-26 18:54:55 -05:00
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