We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 953a241 commit 0a8a7faCopy full SHA for 0a8a7fa
jstests/replsets/catchup.js
@@ -29,7 +29,7 @@ load("jstests/replsets/rslib.js");
29
}
30
};
31
rst.nodes.forEach(function(node) {
32
- node.adminCommand(verbosity)
+ node.adminCommand(verbosity);
33
});
34
35
function enableFailPoint(node) {
0 commit comments