| Index: runtime/observatory/lib/src/cli/command.dart
|
| diff --git a/runtime/observatory/lib/src/cli/command.dart b/runtime/observatory/lib/src/cli/command.dart
|
| index d6be00da44bcc246e6a1fc82dcc7130d20840583..04ff48e3735683fb865227dd9fd245cbbe9a9c84 100644
|
| --- a/runtime/observatory/lib/src/cli/command.dart
|
| +++ b/runtime/observatory/lib/src/cli/command.dart
|
| @@ -78,7 +78,7 @@ abstract class _CommandBase {
|
| List<Command> _match(List<String> args, bool preferExact) {
|
| if (args.isEmpty) {
|
| return [];
|
| - }
|
| + }
|
| bool lastArg = (args.length == 1);
|
| var matches = _matchLocal(args[0], !lastArg || preferExact);
|
| if (matches.isEmpty) {
|
|
|