Index: sdk/lib/_internal/pub/lib/src/command/global_deactivate.dart |
diff --git a/sdk/lib/_internal/pub/lib/src/command/global_deactivate.dart b/sdk/lib/_internal/pub/lib/src/command/global_deactivate.dart |
index 047067aae30bbad80fc61125b39a332496d84da4..6d03f55519f436c42dcfa3a3d9e86280045a6abf 100644 |
--- a/sdk/lib/_internal/pub/lib/src/command/global_deactivate.dart |
+++ b/sdk/lib/_internal/pub/lib/src/command/global_deactivate.dart |
@@ -8,7 +8,6 @@ import 'dart:async'; |
import '../command.dart'; |
import '../utils.dart'; |
-import '../version.dart'; |
/// Handles the `global deactivate` pub command. |
class GlobalDeactivateCommand extends PubCommand { |
@@ -31,5 +30,6 @@ class GlobalDeactivateCommand extends PubCommand { |
} |
globals.deactivate(commandOptions.rest.first); |
+ return null; |
} |
} |