mirror of
https://github.com/bettercap/bettercap
synced 2025-08-19 21:13:18 -07:00
balls
This commit is contained in:
parent
32174e44ea
commit
b26ff8bd85
1 changed files with 1 additions and 1 deletions
|
@ -301,7 +301,7 @@ func (s *Session) Refresh() {
|
||||||
}
|
}
|
||||||
|
|
||||||
func (s *Session) ReadLine() (string, error) {
|
func (s *Session) ReadLine() (string, error) {
|
||||||
s.Refresh()
|
// s.Refresh()
|
||||||
return s.Input.Readline()
|
return s.Input.Readline()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue