mirror of https://gitee.com/bigwinds/arangodb
fixed jslint
This commit is contained in:
parent
3a247716e6
commit
0d5e91e804
|
@ -1018,7 +1018,7 @@ function synchronizeOneShard(database, shard, planId, leader) {
|
||||||
}
|
}
|
||||||
if (--count <= 0) {
|
if (--count <= 0) {
|
||||||
console.error("synchronizeOneShard: syncCollection did not work",
|
console.error("synchronizeOneShard: syncCollection did not work",
|
||||||
"after many tries, giving up on shard", shard, err);
|
"after many tries, giving up on shard", shard);
|
||||||
throw "syncCollection did not work";
|
throw "syncCollection did not work";
|
||||||
}
|
}
|
||||||
wait(1.0);
|
wait(1.0);
|
||||||
|
|
Loading…
Reference in New Issue