mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-02 08:07:50 +00:00
Change wording to retry.
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 + ' ' + description + ' attempt %d', this.attempts);
|
||||
console.log(label + ' ' + description + ' retry #%d', this.attempts);
|
||||
this.run();
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user