mirror of
https://github.com/bettercap/bettercap
synced 2025-08-14 02:36:57 -07:00
fix: fixed a bug which prevented -no-colors from working correctly
This commit is contained in:
parent
9d0c7bc405
commit
94ba9b19d1
2 changed files with 10 additions and 1 deletions
|
@ -25,7 +25,6 @@ func (s *EventsStream) viewLogEvent(e session.Event) {
|
|||
}
|
||||
|
||||
func (s *EventsStream) viewWiFiEvent(e session.Event) {
|
||||
|
||||
if strings.HasPrefix(e.Tag, "wifi.ap.") {
|
||||
ap := e.Data.(*network.AccessPoint)
|
||||
vend := ""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue