Skip to content

Option downloadRetries is off by 1 #147

@Sebastian-Webster

Description

@Sebastian-Webster

There are two instances in the Downloader.ts file where the comparison downloadTries < options.downloadRetries is. Because a less than operator is being used instead of less than or equal operator, the amount of retries will be options.downloadRetries - 1.

Metadata

Metadata

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions