1.fix blank issue

This commit is contained in:
albertma 2016-04-26 18:13:52 +08:00
parent 710c7c79d4
commit a271d67ba4
1 changed files with 1 additions and 1 deletions

View File

@ -422,7 +422,7 @@ func run() {
if e.GetNext() != effective {
break
}
go e.Run()
go e.Run()
e.SetPrev(e.GetNext())
e.SetNext(effective)
}