mirror of
https://github.com/astaxie/beego.git
synced 2024-11-22 03:20:57 +00:00
1.fix blank issue
This commit is contained in:
parent
710c7c79d4
commit
a271d67ba4
@ -422,7 +422,7 @@ func run() {
|
||||
if e.GetNext() != effective {
|
||||
break
|
||||
}
|
||||
go e.Run()
|
||||
go e.Run()
|
||||
e.SetPrev(e.GetNext())
|
||||
e.SetNext(effective)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user