Skip to content

Commit

Permalink
Fix CR
Browse files Browse the repository at this point in the history
  • Loading branch information
AdallomRoy committed Jan 10, 2025
1 parent 73b0d53 commit a7dbdd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/js/devtools/scrapefuncs/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ func main() {
continue
}

astFile, err := parser.ParseFile(fset, dir, nil, parser.AllErrors|parser.SkipObjectResolution)
astFile, err := parser.ParseFile(fset, filepath.Join(dir, f.Name()), nil, parser.AllErrors|parser.SkipObjectResolution)
if err != nil {
fmt.Println(err)
return
Expand Down

0 comments on commit a7dbdd5

Please sign in to comment.