1
0
mirror of https://github.com/astaxie/beego.git synced 2024-11-19 05:40:55 +00:00
the process exit and the channel info can't flush to console
This commit is contained in:
astaxie 2013-11-13 21:09:47 +08:00
parent 6632c21d62
commit a981dab536

1
app.go
View File

@ -74,6 +74,7 @@ func (app *App) Run() {
}
if err != nil {
BeeLogger.Critical("ListenAndServe: ", err)
time.Sleep(100 * time.Microsecond)
}
}