| Index: sdk/lib/_internal/pub/bin/pub.dart
|
| diff --git a/sdk/lib/_internal/pub/bin/pub.dart b/sdk/lib/_internal/pub/bin/pub.dart
|
| index d972e63fe3e3b5e6f1faafd63ca05c47b554e6d8..ecd58bdee2576c1763be53019012d25eca57362a 100644
|
| --- a/sdk/lib/_internal/pub/bin/pub.dart
|
| +++ b/sdk/lib/_internal/pub/bin/pub.dart
|
| @@ -48,7 +48,6 @@ void main() {
|
| log.error('Could not find a command named "${options.rest[0]}".');
|
| log.error('Run "pub help" to see available commands.');
|
| flushThenExit(exit_codes.USAGE);
|
| - return;
|
| }
|
| return;
|
| }
|
|
|