We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b44244 commit 596899fCopy full SHA for 596899f
web.go
@@ -38,7 +38,7 @@ func listenAndServe(addr string, frontendConfig FrontendConfig) {
38
} else {
39
http.HandleFunc("/", serveStaticContentFromBinaryHndl)
40
}
41
- http.ListenAndServe(addr, nil)
+ log.Fatal(http.ListenAndServe(addr, nil))
42
43
44
// frontend-config
0 commit comments