mirror of
https://github.com/go-gitea/gitea
synced 2025-07-22 18:28:37 +00:00
add start.sh+bat
This commit is contained in:
3
web.go
3
web.go
@@ -160,6 +160,7 @@ func runWeb(*cli.Context) {
|
||||
base.Cfg.MustValue("server", "HTTP_PORT", "3000"))
|
||||
log.Info("Listen: %s", listenAddr)
|
||||
if err := http.ListenAndServe(listenAddr, m); err != nil {
|
||||
log.Critical(err.Error())
|
||||
fmt.Println(err.Error())
|
||||
//log.Critical(err.Error()) // not working now
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user