1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

builder: cleanup .timing_message/2

This commit is contained in:
Delyan Angelov
2020-10-01 18:21:20 +03:00
parent a0e4be04be
commit ac384db71f
2 changed files with 3 additions and 2 deletions

View File

@@ -35,7 +35,7 @@ mut:
pub fn new_error_manager() &EManager {
return &EManager{
support_color: term.can_show_color_on_stderr()
support_color: term.can_show_color_on_stderr() && term.can_show_color_on_stdout()
}
}