diff --git a/cmd/site/main.go b/cmd/site/main.go index c00f22a..6f3b77e 100644 --- a/cmd/site/main.go +++ b/cmd/site/main.go @@ -75,7 +75,7 @@ func main() { } ln.Log(context.Background(), ln.F{"action": "http_listening", "port": port}) - http.ListenAndServe(":"+port, altOnionHandler(s)) + ln.FatalErr(context.Background(), http.ListenAndServe(":"+port, altOnionHandler(s))) } func requestIDMiddleware(next http.Handler) http.Handler {