| Index: lib/src/io.dart
|
| diff --git a/lib/src/io.dart b/lib/src/io.dart
|
| index 10927b1c0ec1048c362049e032c6029333b7fe41..a1f536176094ecf6bfea8a604fda74b274b09bf9 100644
|
| --- a/lib/src/io.dart
|
| +++ b/lib/src/io.dart
|
| @@ -60,8 +60,8 @@ bool processFile(FormatterOptions options, File file,
|
| } on FormatterException catch (err) {
|
| stderr.writeln(err.message());
|
| } catch (err, stack) {
|
| - stderr.writeln('''Hit a bug in the formatter when formatting $label
|
| - Please report at: github.com/dart-lang/dart_style/issues
|
| + stderr.writeln('''Hit a bug in the formatter when formatting $label.
|
| +Please report at: github.com/dart-lang/dart_style/issues
|
| $err
|
| $stack''');
|
| }
|
|
|