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 8fa575d + 3a9ff64 commit 9a72914Copy full SHA for 9a72914
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