restore notification

This commit is contained in:
yusing 2025-02-06 18:25:24 +08:00
parent 39c5886d7a
commit 989a09274f

View file

@ -42,9 +42,6 @@ func StartNotifDispatcher(parent task.Parent) *Dispatcher {
}
func Notify(msg *LogMessage) {
if dispatcher == nil {
return
}
select {
case <-dispatcher.task.Context().Done():
return