Enhancement
- Allow a separate color for error messages via the 'color.error' configuration variable.
This commit is contained in:
committed by
Paul Beckingham
parent
eaae2d84da
commit
e1407437e0
@@ -345,7 +345,7 @@ int Context::run ()
|
||||
std::vector <std::string>::iterator e;
|
||||
for (e = errors.begin (); e != errors.end (); ++e)
|
||||
if (color ())
|
||||
std::cerr << colorizeFootnote (*e) << "\n";
|
||||
std::cerr << colorizeError (*e) << "\n";
|
||||
else
|
||||
std::cerr << *e << "\n";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user