Fix: changesEvents reset value
This commit is contained in:
parent
ffa09824d5
commit
59745943aa
|
@ -302,7 +302,7 @@ func (monitor *Monitor) monitor() {
|
|||
Changes: changesEvents,
|
||||
}
|
||||
|
||||
changesEvents = make([]*MonitorEvent, 0)
|
||||
changesEvents = nil
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue