mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-23 03:52:27 +00:00
Add a newline when reporting test failures
This commit is contained in:
parent
26e21addee
commit
c47fff04d2
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ impl Problems {
|
||||||
const YELLOW: &str = ANSI_STYLE_CODES.yellow;
|
const YELLOW: &str = ANSI_STYLE_CODES.yellow;
|
||||||
|
|
||||||
print!(
|
print!(
|
||||||
"{}{}\x1B[39m {} and {}{}\x1B[39m {} found in {} ms",
|
"{}{}\x1B[39m {} and {}{}\x1B[39m {} found in {} ms\n",
|
||||||
match self.errors {
|
match self.errors {
|
||||||
0 => GREEN,
|
0 => GREEN,
|
||||||
_ => YELLOW,
|
_ => YELLOW,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue