| Index: lib/compiler/implementation/dart2js.dart
|
| diff --git a/lib/compiler/implementation/dart2js.dart b/lib/compiler/implementation/dart2js.dart
|
| index a91a427d916020155dd1a452387802892500108e..c427d5c27e2a256e7ad29f2270a3a1f9b3f86e70 100644
|
| --- a/lib/compiler/implementation/dart2js.dart
|
| +++ b/lib/compiler/implementation/dart2js.dart
|
| @@ -226,8 +226,7 @@ void compile(List<String> argv) {
|
| print(color(message));
|
| } else if (fatal || showWarnings) {
|
| SourceFile file = sourceFiles[uri.toString()];
|
| - print(file.getLocationMessage(color(message), begin, end, true,
|
| - color));
|
| + print(file.getLocationMessage(color(message), begin, end, true, color));
|
| }
|
| if (fatal && throwOnError) {
|
| isAborting = true;
|
|
|