mirror of
https://github.com/bettercap/bettercap
synced 2025-07-06 04:52:10 -07:00
balls
This commit is contained in:
parent
3dc060a9d0
commit
32174e44ea
1 changed files with 1 additions and 0 deletions
1
main.go
1
main.go
|
@ -63,6 +63,7 @@ func main() {
|
|||
|
||||
for sess.Active {
|
||||
line, err := sess.ReadLine()
|
||||
fmt.Printf("line='%s' err='%s'\n", line, err)
|
||||
if err != nil {
|
||||
if err == io.EOF {
|
||||
continue
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue