Merge branch 'develop' into windows-console

This commit is contained in:
Lea Anthony
2019-11-27 22:36:59 +11:00
12 changed files with 42 additions and 9 deletions

View File

@@ -45,6 +45,7 @@ func runCommand(command string, args ...string) {
output, err := cmd.CombinedOutput()
fmt.Println(string(output))
if err != nil {
log.Println(string(output))
log.Fatal(err)
}
cmd.Run()