Fixed some bugs

THINGS ARE BROKEN FOR NO REASON
This commit is contained in:
Caleb Gardner
2022-05-10 01:40:32 -05:00
parent 16ef5838c3
commit 8613e35221
5 changed files with 8 additions and 3 deletions
+1
View File
@@ -252,6 +252,7 @@ func (f File) ExtractWithOptions(folder string, op ExtractionOptions) error {
fil.Close()
return
}
fil.parent, _ = f.FS()
errChan <- fil.ExtractWithOptions(folder+"/"+f.e.Name, op)
fil.Close()
}(ents[i])