a981dab5 by astaxie

fix #286

the process exit and the channel info can't flush to console
1 parent 6632c21d
Showing 1 changed file with 1 additions and 0 deletions
...@@ -74,6 +74,7 @@ func (app *App) Run() { ...@@ -74,6 +74,7 @@ func (app *App) Run() {
74 } 74 }
75 if err != nil { 75 if err != nil {
76 BeeLogger.Critical("ListenAndServe: ", err) 76 BeeLogger.Critical("ListenAndServe: ", err)
77 time.Sleep(100 * time.Microsecond)
77 } 78 }
78 } 79 }
79 80
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!