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

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

Issue 397843005: Lazily load the entrypoint. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 5 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
Index: sdk/lib/_internal/pub/lib/src/command/version.dart
diff --git a/sdk/lib/_internal/pub/lib/src/command/version.dart b/sdk/lib/_internal/pub/lib/src/command/version.dart
index de90f5fe2eee8609c4f7cb23b3ee4bc05ac56f72..bab6c6b9bbd69cdefd2d100207e32c11c48423cc 100644
--- a/sdk/lib/_internal/pub/lib/src/command/version.dart
+++ b/sdk/lib/_internal/pub/lib/src/command/version.dart
@@ -14,7 +14,6 @@ import '../sdk.dart' as sdk;
class VersionCommand extends PubCommand {
String get description => "Print pub version.";
String get usage => "pub version";
- bool get requiresEntrypoint => false;
Future onRun() {
log.message("Pub ${sdk.version}");

Powered by Google App Engine
This is Rietveld 408576698