added missing continue

This commit is contained in:
Evan Tschannen 2021-03-04 21:31:21 -08:00
parent 78a74aab8e
commit e25aac4988
1 changed files with 1 additions and 0 deletions

View File

@ -3304,6 +3304,7 @@ ACTOR Future<int> cli(CLIOptions opt, LineNoise* plinenoise) {
printf("%lld %s\n", it.version, it.mutation.toString().c_str());
}
}
continue;
}
if (tokencmp(tokens[0], "configure")) {