mirror of https://github.com/AMT-Cheif/drift.git
Colorize errors in moor files again
This commit is contained in:
parent
1bdfa0289b
commit
4e166f189c
|
@ -70,7 +70,7 @@ class ErrorInMoorFile extends MoorError {
|
|||
|
||||
@override
|
||||
void writeDescription(LogFunction log) {
|
||||
log(span.message(message));
|
||||
log(span.message(message, color: isError));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue