mirror of
https://github.com/lzh-1625/go_process_manager.git
synced 2025-11-03 10:20:53 +08:00
fix task running bug
This commit is contained in:
@@ -164,7 +164,7 @@ func (p *ProcessBase) createEvent(state eum.ProcessState) {
|
||||
case eum.ProcessStateWarnning:
|
||||
eventType = eum.EventProcessWarning
|
||||
}
|
||||
EventLogic.Create(p.Name, eventType, "")
|
||||
EventLogic.Create(p.Name, eventType)
|
||||
}
|
||||
|
||||
func (p *ProcessBase) GetUserString() string {
|
||||
|
||||
Reference in New Issue
Block a user