We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3badd61 + 9a72914 commit 4d943f8Copy full SHA for 4d943f8
go/extractor/toolchain/toolchain.go
@@ -53,6 +53,7 @@ func GetEnvGoVersion() string {
53
out, err := cmd.CombinedOutput()
54
55
if err != nil {
56
+ log.Println(string(out))
57
log.Fatalf("Unable to run the go command, is it installed?\nError: %s", err.Error())
58
}
59
0 commit comments