Colorize errors in moor files again

This commit is contained in:
Simon Binder 2019-09-18 21:40:19 +02:00
parent 1bdfa0289b
commit 4e166f189c
No known key found for this signature in database
GPG Key ID: 7891917E4147B8C0
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ class ErrorInMoorFile extends MoorError {
@override
void writeDescription(LogFunction log) {
log(span.message(message));
log(span.message(message, color: isError));
}
}