1.fix blank issue
This commit is contained in:
@@ -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)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user