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

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..e1bed5f7f135e2eaa11e59adcc6d4f1d3b5ebc73 100644
--- a/utils/pub/entrypoint.dart
+++ b/utils/pub/entrypoint.dart
@@ -193,8 +193,8 @@ class Entrypoint {
}
if (errors.length > 0) {
- log.error("Some packages are not compatible with your SDK version "
- "${sdk.version}:\n"
+ log.error("Some packages that were installed are not compatible with "
+ "your SDK version ${sdk.version} and may not work:\n"
"${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