1
0
Fork 0
forked from forgejo/forgejo
This commit is contained in:
Unknown 2014-03-17 17:00:35 -04:00
parent 6ca32ef44f
commit e656609b0d
7 changed files with 75 additions and 19 deletions

View file

@ -149,8 +149,7 @@ func runServ(*cli.Context) {
gitcmd.Stdin = os.Stdin
gitcmd.Stderr = os.Stderr
err = gitcmd.Run()
if err != nil {
if err = gitcmd.Run(); err != nil {
println("execute command error:", err.Error())
}
}