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

Unified Diff: utils/pub/command_version.dart

Issue 10421026: Make pub handle missing git more gracefully. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Respond to review. Created 8 years, 7 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 | « utils/pub/command_list.dart ('k') | utils/pub/git_source.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: utils/pub/command_version.dart
diff --git a/utils/pub/command_version.dart b/utils/pub/command_version.dart
index a65a5ba84ac257bbc48f1106a4b08577bb97217a..454acb4fd6720744a381059b62a85d00fe144857 100644
--- a/utils/pub/command_version.dart
+++ b/utils/pub/command_version.dart
@@ -6,5 +6,5 @@
class VersionCommand extends PubCommand {
String get description() => 'print Pub version';
- void onRun() => printVersion();
+ Future onRun() => printVersion();
}
« no previous file with comments | « utils/pub/command_list.dart ('k') | utils/pub/git_source.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698