Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(732)

Unified Diff: dart/lib/compiler/implementation/warnings.dart

Issue 11028022: Tweak dart2js crash message (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 8 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698