Skip to content

Commit

Permalink
fix: cursor hidden after listing available servers
Browse files Browse the repository at this point in the history
  • Loading branch information
r3inbowari authored Feb 10, 2024
1 parent d89d306 commit 58d1cf6
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 58d1cf6

Please sign in to comment.