Open
Description
As shown below, every call to getImage()
calls await this.parseFileDirectoriesPerFile()
without using the result. parseFileDirectoriesPerFile()
saves the result in this.fileDirectoriesPerFile
but that variable is never referenced. The result is that every call to getImage()
calls parseFileDirectoryAt()
for every file for no reason.
Lines 613 to 634 in af0421b
Metadata
Metadata
Assignees
Labels
No labels