added missing continue
This commit is contained in:
parent
78a74aab8e
commit
e25aac4988
|
@ -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")) {
|
||||
|
|
Loading…
Reference in New Issue