mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-01 07:47: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 (this.attempts <= maxRetries) {
|
||||
this.attempts++;
|
||||
console.log(label + ' attempt %d', this.attempts);
|
||||
console.log(label + ' Attempt %d', this.attempts);
|
||||
this.run();
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user