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:
ahe@google.com 2012-10-04 10:07:14 +00:00
parent 78873788af
commit 891916ae98

View file

@ -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;