change color of ltcc diagnostic message to yellow
This commit is contained in:
parent
70e5ef734c
commit
ce3967c2de
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ pub fn print_diagnostic(
|
|||
for _ in column_begin..column_end { print!("{}", "^".magenta().bold()); }
|
||||
print!("\n");
|
||||
|
||||
print!("{} [{}-{}]: {}\n", "error".bright_red(), column_begin, column_end, message.white());
|
||||
print!("{} [{}-{}]: {}\n", "error".bright_red(), column_begin, column_end, message.yellow());
|
||||
}
|
||||
else if next_lines > 0 {
|
||||
next_lines -= 1;
|
||||
|
|
Loading…
Reference in a new issue