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

Unified Diff: sdk/lib/_internal/pub_generated/lib/src/command/global_deactivate.dart

Issue 566093003: Create binstubs for executables when activating a package. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Revise! Created 6 years, 3 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_generated/lib/src/command/global_deactivate.dart
diff --git a/sdk/lib/_internal/pub_generated/lib/src/command/global_deactivate.dart b/sdk/lib/_internal/pub_generated/lib/src/command/global_deactivate.dart
index 6fd534a30daff3fa4828557739aedf6a8e0b5c32..a5300affbbd54b0dcf4b3c282a315181fcd47a40 100644
--- a/sdk/lib/_internal/pub_generated/lib/src/command/global_deactivate.dart
+++ b/sdk/lib/_internal/pub_generated/lib/src/command/global_deactivate.dart
@@ -16,7 +16,7 @@ class GlobalDeactivateCommand extends PubCommand {
var arguments = pluralize("argument", unexpected.length);
usageError("Unexpected $arguments ${toSentence(unexpected)}.");
}
- if (!globals.deactivate(commandOptions.rest.first, logDeactivate: true)) {
+ if (!globals.deactivate(commandOptions.rest.first)) {
dataError("No active package ${log.bold(commandOptions.rest.first)}.");
}
return null;

Powered by Google App Engine
This is Rietveld 408576698