mirror of
https://github.com/dart-lang/sdk
synced 2024-11-02 15:17:07 +00:00
Tweak dart2js crash message
Review URL: https://codereview.chromium.org//11028022 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@13216 260f80e4-7a28-3924-810f-c04153c831b5
This commit is contained in:
parent
78873788af
commit
891916ae98
1 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue