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

Unified Diff: sdk/lib/_internal/pub/lib/src/command/get.dart

Issue 103453005: Show detailed report on upgrade. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Revise again. Created 7 years 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
Index: sdk/lib/_internal/pub/lib/src/command/get.dart
diff --git a/sdk/lib/_internal/pub/lib/src/command/get.dart b/sdk/lib/_internal/pub/lib/src/command/get.dart
index 51c5f0a5f7211928a9a2b5bcb4e5577b3b8b6c7d..fbe86ae08efb154d06cb9257e5f778820979f307 100644
--- a/sdk/lib/_internal/pub/lib/src/command/get.dart
+++ b/sdk/lib/_internal/pub/lib/src/command/get.dart
@@ -22,7 +22,7 @@ class GetCommand extends PubCommand {
}
Future onRun() {
- return entrypoint.getDependencies()
+ return entrypoint.acquireDependencies()
.then((_) => log.message("Got dependencies!"));
}
}

Powered by Google App Engine
This is Rietveld 408576698