mirror of
https://github.com/apple/foundationdb.git
synced 2025-06-03 03:41:53 +08:00
fix format, make the call interruptable
This commit is contained in:
parent
9b228fd4db
commit
455046de5f
@ -3763,7 +3763,7 @@ ACTOR Future<int> cli(CLIOptions opt, LineNoise* plinenoise) {
|
||||
|
||||
if (tokencmp(tokens[0], "consistencycheck")) {
|
||||
getTransaction(db, tr, tr2, options, intrans);
|
||||
bool _result = wait(consistencyCheckCommandActor(tr2, tokens));
|
||||
bool _result = wait(makeInterruptable(consistencyCheckCommandActor(tr2, tokens)));
|
||||
if (!_result)
|
||||
is_error = true;
|
||||
continue;
|
||||
|
Loading…
x
Reference in New Issue
Block a user