mirror of
https://github.com/taigrr/wails.git
synced 2026-04-14 02:48:21 -07:00
Merge branch 'develop' into windows-console
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user