mirror of
https://github.com/bettercap/bettercap
synced 2025-07-06 04:52:10 -07:00
balls
This commit is contained in:
parent
017c144b20
commit
3ab433bbdb
1 changed files with 1 additions and 1 deletions
2
main.go
2
main.go
|
@ -63,7 +63,7 @@ func main() {
|
|||
for sess.Active {
|
||||
line, err := sess.ReadLine()
|
||||
if err != nil {
|
||||
log.Fatal("%s", err)
|
||||
log.Fatal("WOOT %s", err)
|
||||
}
|
||||
|
||||
for _, cmd := range session.ParseCommands(line) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue