mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-30 15:21:12 +00:00
Add color_reset to StyleCodes
This commit is contained in:
parent
928f99957a
commit
e2ea66043a
2 changed files with 4 additions and 0 deletions
|
@ -61,6 +61,7 @@ mod cli_run {
|
|||
.replace(ANSI_STYLE_CODES.bold, "")
|
||||
.replace(ANSI_STYLE_CODES.underline, "")
|
||||
.replace(ANSI_STYLE_CODES.reset, "")
|
||||
.replace(ANSI_STYLE_CODES.color_reset, "")
|
||||
}
|
||||
|
||||
fn check_compile_error(file: &Path, flags: &[&str], expected: &str) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue