Skip to content

Commit

Permalink
Short circuit candidate hunt
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephen Eckels committed Oct 27, 2022
1 parent cc825c7 commit ebbbc44
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,7 @@ func main_impl(fileName string, printStdPkgs bool, printFilePaths bool, printTyp
if err == nil && tmpModData != nil {
finalTab = &tab
moduleData = tmpModData
break
}
}

Expand Down

0 comments on commit ebbbc44

Please sign in to comment.