output file path during extraction

This commit is contained in:
Alex Yatskov 2018-12-15 17:57:37 -08:00
parent 11032fec24
commit 43cef2c1d0

View File

@ -59,6 +59,8 @@ func extract(mpqPath, filter, targetDir string) error {
continue continue
} }
fmt.Println(resPath)
resFile, err := arch.OpenFile(resPath) resFile, err := arch.OpenFile(resPath)
if err != nil { if err != nil {
return err return err