Chromium Code Reviews| 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" |