Commit a271d67b authored by albertma's avatar albertma

1.fix blank issue

parent 710c7c79
......@@ -422,7 +422,7 @@ func run() {
if e.GetNext() != effective {
break
}
go e.Run()
go e.Run()
e.SetPrev(e.GetNext())
e.SetNext(effective)
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment