bumped coverage

Signed-off-by: quobix <dave@quobix.com>
This commit is contained in:
quobix
2023-11-07 11:17:41 -05:00
parent 242d41cd0d
commit 52b99dfeed
2 changed files with 53 additions and 1 deletions

View File

@@ -84,7 +84,7 @@ func (l *LocalFS) Open(name string) (fs.File, error) {
idx, idxError := extractedFile.Index(&copiedCfg)
if idxError != nil && idx == nil {
l.readingErrors = append(l.readingErrors, idxError)
extractedFile.readingErrors = append(l.readingErrors, idxError)
} else {
// for each index, we need a resolver