1
0
Fork 0

fixed jslint

This commit is contained in:
jsteemann 2016-06-08 16:58:15 +02:00
parent 3a247716e6
commit 0d5e91e804
1 changed files with 1 additions and 1 deletions

View File

@ -1018,7 +1018,7 @@ function synchronizeOneShard(database, shard, planId, leader) {
}
if (--count <= 0) {
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";
}
wait(1.0);