Skip to content

Commit

Permalink
input: autorefresh prompt line fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gekigek99 committed Feb 12, 2023
1 parent 9ce9515 commit 34f5301
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/input/input.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ func GetInput() {
}
defer l.Close()

log.SetOutput(l.Stdout()) // autorefresh prompt line
log.SetOutput(l.Stderr()) // autorefresh prompt line
for {
line, err := l.Readline()
switch err {
Expand Down

0 comments on commit 34f5301

Please sign in to comment.