| Index: pkg/analyzer/lib/src/error.dart
|
| diff --git a/pkg/analyzer/lib/src/error.dart b/pkg/analyzer/lib/src/error.dart
|
| index ef0a3d3c198e1722e28d51167dd44c235c714e19..6fda8506b73f20733b21b75593aa287fbdf43a9f 100644
|
| --- a/pkg/analyzer/lib/src/error.dart
|
| +++ b/pkg/analyzer/lib/src/error.dart
|
| @@ -47,7 +47,7 @@ class AnalyzerError implements Exception {
|
|
|
| // Print a less friendly string representation to ensure that
|
| // error.source.contents is not executed, as .contents it isn't async
|
| - builder.writeln("Error in ${error.source.fullName}: ${error.message}");
|
| + builder.write("Error in ${error.source.shortName}: ${error.message}");
|
|
|
| // var content = error.source.contents.data;
|
| // var beforeError = content.substring(0, error.offset);
|
|
|