Go: Add missing call to extractFileInfo

This commit is contained in:
Michael B. Gale
2024-02-13 14:20:45 +00:00
parent 7a7e0334c0
commit 5e08bf0dbf

View File

@@ -551,6 +551,7 @@ func (extraction *Extraction) extractError(tw *trap.Writer, err packages.Error,
log.Printf("Warning: failed to evaluate symlinks for %s", wd)
}
file = filepath.Join(ewd, "-")
extraction.extractFileInfo(tw, file)
} else {
var rawfile string
if parts := threePartPos.FindStringSubmatch(pos); parts != nil {