| Index: pkg/analyzer/lib/src/error_formatter.dart
|
| diff --git a/pkg/analyzer/lib/src/error_formatter.dart b/pkg/analyzer/lib/src/error_formatter.dart
|
| index 206a168a03d53be6fc6903293b57caa8a5bda649..d9e6a28d24dfbba9ac8ec1dcc9d65085c8a1bd44 100644
|
| --- a/pkg/analyzer/lib/src/error_formatter.dart
|
| +++ b/pkg/analyzer/lib/src/error_formatter.dart
|
| @@ -135,7 +135,7 @@ class ErrorFormatter {
|
| out.write('|');
|
| out.write(error.errorCode.type);
|
| out.write('|');
|
| - out.write(error.errorCode);
|
| + out.write(error.errorCode.name);
|
| out.write('|');
|
| out.write(escapePipe(source.fullName));
|
| out.write('|');
|
|
|