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

Unified Diff: utils/pub/entrypoint.dart

Issue 12315059: Updated an error message to inform users that their packages were not installed (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 10 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 | utils/tests/pub/sdk_constraint_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: utils/pub/entrypoint.dart
diff --git a/utils/pub/entrypoint.dart b/utils/pub/entrypoint.dart
index be225ba1480c919501b6839eac0116ea374ce6e0..b7dc454b2db8ceaa76294f49ebf4442cb9123f4c 100644
--- a/utils/pub/entrypoint.dart
+++ b/utils/pub/entrypoint.dart
@@ -194,7 +194,7 @@ class Entrypoint {
if (errors.length > 0) {
log.error("Some packages are not compatible with your SDK version "
- "${sdk.version}:\n"
+ "${sdk.version} and were NOT installed:\n"
nweiz 2013/02/22 23:10:29 I'm pretty sure Bob said they actually are install
Andrei Mouravski 2013/02/22 23:17:11 Oops.
"${errors.join('\n')}\n\n"
"You may be able to resolve this by upgrading to the latest Dart "
"SDK\n"
« no previous file with comments | « no previous file | utils/tests/pub/sdk_constraint_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698