mirror of
https://github.com/roc-lang/roc.git
synced 2024-11-11 05:34:11 +03:00
Print dbg output in blue in terminal
This commit is contained in:
parent
6517a766f6
commit
c63baa2ede
@ -183,7 +183,7 @@ impl<'a> Renderer<'a> {
|
||||
let line_col_region = self.to_line_col_region(expect_region, dbg_expr_region);
|
||||
write!(
|
||||
writer,
|
||||
"[{} {}:{}] = ",
|
||||
"\u{001b}[36m[{} {}:{}] \u{001b}[0m",
|
||||
self.filename.display(),
|
||||
line_col_region.start.line,
|
||||
line_col_region.start.column
|
||||
|
Loading…
Reference in New Issue
Block a user