Skip to content

Commit

Permalink
Merge pull request #1502 from Yamato-Security/1501-fix-stdout-color
Browse files Browse the repository at this point in the history
fix: restore stdout color
  • Loading branch information
YamatoSecurity authored Nov 20, 2024
2 parents 80b0115 + 1575850 commit a1dd979
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2638,6 +2638,7 @@ impl App {
println!()
}
}
write_color_buffer(&BufferWriter::stdout(ColorChoice::Always), None, "", false).ok();
}
Ok(())
}
Expand Down

0 comments on commit a1dd979

Please sign in to comment.