fix: Change the source color hashmap LEVEL_ABBR to LEVEL_FULL. issue #662

This commit is contained in:
fukusuket
2022-08-19 00:25:35 +09:00
parent 58a915c539
commit 4d19f84d80

View File

@@ -221,7 +221,7 @@ fn emit_csv<W: std::io::Write>(
&disp_wtr,
get_writable_color(_get_output_color(
&color_map,
LEVEL_ABBR
&LEVEL_FULL
.get(&detect_info.level)
.unwrap_or(&String::default()),
)),