You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Kiwi.Files.File.loadError(), when the retries exceed the retry limit, it logs a message saying "Trying again." It does not try again. When retries do not exceed the retry limit, it retries, and does not log that message.
This is the opposite of what it should say.
The text was updated successfully, but these errors were encountered:
In
Kiwi.Files.File.loadError()
, when the retries exceed the retry limit, it logs a message saying "Trying again." It does not try again. When retries do not exceed the retry limit, it retries, and does not log that message.This is the opposite of what it should say.
The text was updated successfully, but these errors were encountered: