Skip to content

Commit

Permalink
fix: cursor hidden after listing available servers (#176)
Browse files Browse the repository at this point in the history
  • Loading branch information
r3inbowari authored Feb 23, 2024
1 parent 3e1d8b0 commit afedfd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion speedtest.go
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ func main() {
task.Complete()
task.manager.Reset()
showServerList(servers)
os.Exit(1)
os.Exit(0)
}
targets, err = servers.FindServer(*serverIds)
task.CheckError(err)
Expand Down

0 comments on commit afedfd2

Please sign in to comment.