don't panic for now if we lose backend

This commit is contained in:
Ted Unangst 2020-04-30 12:03:57 -04:00
parent 49e2070b69
commit 835b6efe84
1 changed files with 1 additions and 1 deletions

View File

@ -109,5 +109,5 @@ func runBackendServer() {
log.Panicf("can't exec backend: %s", err) log.Panicf("can't exec backend: %s", err)
} }
err = proc.Wait() err = proc.Wait()
log.Panicf("lost the backend: %s", err) log.Printf("lost the backend: %s", err)
} }