mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-09 10:27:49 +00:00
Case nit in test/saucelabs.js.
This commit is contained in:
@@ -320,7 +320,7 @@
|
|||||||
if (!result || failures || reError.test(result.message)) {
|
if (!result || failures || reError.test(result.message)) {
|
||||||
if (this.attempts <= maxRetries) {
|
if (this.attempts <= maxRetries) {
|
||||||
this.attempts++;
|
this.attempts++;
|
||||||
console.log(label + ' attempt %d', this.attempts);
|
console.log(label + ' Attempt %d', this.attempts);
|
||||||
this.run();
|
this.run();
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user