mirror of
https://github.com/bettercap/bettercap
synced 2025-07-16 10:03:39 -07:00
fix: fixed a deadlock in events.stream when the -debug flag is passed and some events are ignored
This commit is contained in:
parent
308fa01e81
commit
431e84ea79
1 changed files with 0 additions and 2 deletions
|
@ -226,8 +226,6 @@ func (s *EventsStream) Start() error {
|
|||
|
||||
if !s.ignoreList.Ignored(e) {
|
||||
s.View(e, true)
|
||||
} else {
|
||||
log.Debug("skipping ignored event %v", e)
|
||||
}
|
||||
|
||||
case <-s.quit:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue