We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
It appears to me that the following splice call
// retry forever, only keep last error this._errors.splice(this._errors.length - 1, this._errors.length);
is not doing what it says it does. It actually only removes the last element of _errors.
_errors
Since it has been there for 3 years and nobody complaining about it, I prefer checking with you before if:
Thanks for the great work.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
It appears to me that the following splice call
is not doing what it says it does. It actually only removes the last element of
_errors
.Since it has been there for 3 years and nobody complaining about it, I prefer checking with you before if:
Thanks for the great work.
The text was updated successfully, but these errors were encountered: