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

Unified Diff: sdk/lib/_internal/pub/lib/src/command/global_activate.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/global_activate.dart
diff --git a/sdk/lib/_internal/pub/lib/src/command/global_activate.dart b/sdk/lib/_internal/pub/lib/src/command/global_activate.dart
index 5c3e523702551ccd4af9ca58761d92652ded93c0..6fc25e3020d4978e9b1b39330ec8a50bd12be8e7 100644
--- a/sdk/lib/_internal/pub/lib/src/command/global_activate.dart
+++ b/sdk/lib/_internal/pub/lib/src/command/global_activate.dart
@@ -14,7 +14,6 @@ import '../version.dart';
class GlobalActivateCommand extends PubCommand {
String get description => "Make a package's executables globally available.";
String get usage => "pub global activate <package> [version]";
- bool get requiresEntrypoint => false;
bool get takesArguments => true;
Future onRun() {

Powered by Google App Engine
This is Rietveld 408576698