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:
@@ -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()
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user