Open atondelier opened 6 years ago
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.
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.