Skip to content

Commit 5e08bf0

Browse files
committed
Go: Add missing call to extractFileInfo
1 parent 7a7e033 commit 5e08bf0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

go/extractor/extractor.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -551,6 +551,7 @@ func (extraction *Extraction) extractError(tw *trap.Writer, err packages.Error,
551551
log.Printf("Warning: failed to evaluate symlinks for %s", wd)
552552
}
553553
file = filepath.Join(ewd, "-")
554+
extraction.extractFileInfo(tw, file)
554555
} else {
555556
var rawfile string
556557
if parts := threePartPos.FindStringSubmatch(pos); parts != nil {

0 commit comments

Comments
 (0)