we don't look at err
This commit is contained in:
parent
72e2424606
commit
f8c5667a0e
|
@ -124,7 +124,7 @@ func runBackendServer() {
|
|||
if err != nil {
|
||||
elog.Panicf("can't exec backend: %s", err)
|
||||
}
|
||||
err = proc.Wait()
|
||||
proc.Wait()
|
||||
elog.Printf("lost the backend: %s", err)
|
||||
w.Close()
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue