Skip to content

Commit

Permalink
Refine error message
Browse files Browse the repository at this point in the history
  • Loading branch information
zw963 committed Oct 28, 2023
1 parent b73cf17 commit 0a123b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/myip.cr
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ class Myip
title, ip = value
STDERR.puts "#{title}#{ip}"
when timeout 5.seconds
STDERR.puts "Timeout!"
STDERR.puts "Timeout, check your network connection!"
exit
end
end
Expand Down

0 comments on commit 0a123b9

Please sign in to comment.