mirror of
https://github.com/bettercap/bettercap
synced 2025-08-14 02:36:57 -07:00
new: printing a big warning if the terminal does not support colors
This commit is contained in:
parent
09df8e4de3
commit
c1280107fb
2 changed files with 4 additions and 1 deletions
|
@ -208,7 +208,6 @@ func (s *Session) Start() error {
|
|||
s.Env.Set("iface.mac", s.Interface.HwAddress)
|
||||
|
||||
if s.Queue, err = packets.NewQueue(s.Interface); err != nil {
|
||||
fmt.Printf("iface = '%s'\n", s.Interface.Name())
|
||||
return err
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue