Skip to content

Commit

Permalink
Update fs.go
Browse files Browse the repository at this point in the history
  • Loading branch information
mholt authored Aug 30, 2023
1 parent b3db794 commit febe9e3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion fs.go
Original file line number Diff line number Diff line change
Expand Up @@ -575,7 +575,6 @@ func (f ArchiveFS) ReadDir(name string) ([]fs.DirEntry, error) {
foundFile = true
return errStopWalk
}
}
return nil
}

Expand Down

0 comments on commit febe9e3

Please sign in to comment.