don't panic for now if we lose backend
Ted Unangst tedu@tedunangst.com
Thu, 30 Apr 2020 12:03:57 -0400
1 files changed,
1 insertions(+),
1 deletions(-)
jump to
M
backend.go
→
backend.go
@@ -109,5 +109,5 @@ if err != nil {
log.Panicf("can't exec backend: %s", err) } err = proc.Wait() - log.Panicf("lost the backend: %s", err) + log.Printf("lost the backend: %s", err) }