Skip to content

Commit

Permalink
fix: restore standard output color
Browse files Browse the repository at this point in the history
  • Loading branch information
fukusuket committed Nov 19, 2024
1 parent 80b0115 commit 1575850
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 1575850

Please sign in to comment.