mirror of
https://github.com/github/codeql.git
synced 2026-04-22 15:25:18 +02:00
Go: Add missing call to extractFileInfo
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user