We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
extractFileInfo
1 parent 7a7e033 commit 5e08bf0Copy full SHA for 5e08bf0
1 file changed
go/extractor/extractor.go
@@ -551,6 +551,7 @@ func (extraction *Extraction) extractError(tw *trap.Writer, err packages.Error,
551
log.Printf("Warning: failed to evaluate symlinks for %s", wd)
552
}
553
file = filepath.Join(ewd, "-")
554
+ extraction.extractFileInfo(tw, file)
555
} else {
556
var rawfile string
557
if parts := threePartPos.FindStringSubmatch(pos); parts != nil {
0 commit comments