mirror of
https://github.com/bettercap/bettercap
synced 2025-08-14 02:36:57 -07:00
fix: refreshing prompt status when streaming an event to the console
This commit is contained in:
parent
d268bd9288
commit
17bbae48a3
1 changed files with 2 additions and 0 deletions
|
@ -68,6 +68,8 @@ func (s *EventsStream) Start() error {
|
|||
} else {
|
||||
fmt.Printf("[%s] [%s] %v\n", tm, core.Green(e.Tag), e.Data)
|
||||
}
|
||||
|
||||
s.Session.Input.Refresh()
|
||||
break
|
||||
|
||||
case <-s.quit:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue