mirror of
https://github.com/bettercap/bettercap
synced 2025-07-07 21:42:06 -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 {
|
for sess.Active {
|
||||||
line, err := sess.ReadLine()
|
line, err := sess.ReadLine()
|
||||||
|
fmt.Printf("line='%s' err='%s'\n", line, err)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
if err == io.EOF {
|
if err == io.EOF {
|
||||||
continue
|
continue
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue