| Index: dart/lib/compiler/implementation/warnings.dart
|
| diff --git a/dart/lib/compiler/implementation/warnings.dart b/dart/lib/compiler/implementation/warnings.dart
|
| index dee9526b72f8621565ce9e685ed213da7a3609fd..5e3f40f31b06a5ebe69bb7f9d70667b5fdde455c 100644
|
| --- a/dart/lib/compiler/implementation/warnings.dart
|
| +++ b/dart/lib/compiler/implementation/warnings.dart
|
| @@ -283,7 +283,8 @@ Please include the following information:
|
|
|
| * the Dart SDK build number (#{1}), and
|
|
|
| -* the stack trace you see here.
|
| +* the entire message you see here (including the full stack trace
|
| + below as well as the source location above).
|
| ''');
|
|
|
| toString() => template;
|
|
|