Skip to content

Commit

Permalink
chore: print hints in blue and don't warn (#1077)
Browse files Browse the repository at this point in the history
  • Loading branch information
EverlastingBugstopper authored Apr 11, 2022
1 parent 60b0b75 commit fff3a6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/command/output.rs
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ impl RoverOutput {
supergraph_sdl,
hints,
} => {
let warn_prefix = Red.normal().paint("WARN:");
let warn_prefix = Cyan.bold().paint("HINT:");
for hint in hints {
stderrln!("{} {}", warn_prefix, hint.message)?;
}
Expand Down

0 comments on commit fff3a6d

Please sign in to comment.