mirror of
https://github.com/astaxie/beego.git
synced 2024-11-22 09:00:55 +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 {
|
if e.GetNext() != effective {
|
||||||
break
|
break
|
||||||
}
|
}
|
||||||
go e.Run()
|
go e.Run()
|
||||||
e.SetPrev(e.GetNext())
|
e.SetPrev(e.GetNext())
|
||||||
e.SetNext(effective)
|
e.SetNext(effective)
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user