| 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 485536154f9d39135620ababf34f7aa9220a3f89..de90f5fe2eee8609c4f7cb23b3ee4bc05ac56f72 100644
|
| --- a/sdk/lib/_internal/pub/lib/src/command/version.dart
|
| +++ b/sdk/lib/_internal/pub/lib/src/command/version.dart
|
| @@ -18,5 +18,6 @@ class VersionCommand extends PubCommand {
|
|
|
| Future onRun() {
|
| log.message("Pub ${sdk.version}");
|
| + return null;
|
| }
|
| }
|
|
|