Print wget output

This commit is contained in:
lordwelch 2017-11-30 19:33:33 -07:00
parent 3700e49060
commit 6aac4af108

View File

@ -45,6 +45,8 @@ func main() {
err := cmd.Run()
if err != nil {
fmt.Println("url failed: ", url)
test, _ := cmd.CombinedOutput()
fmt.Println(test)
fmt.Println(err)
continue
}