We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b73cf17 commit 0a123b9Copy full SHA for 0a123b9
src/myip.cr
@@ -41,7 +41,7 @@ class Myip
41
title, ip = value
42
STDERR.puts "#{title}#{ip}"
43
when timeout 5.seconds
44
- STDERR.puts "Timeout!"
+ STDERR.puts "Timeout, check your network connection!"
45
exit
46
end
47
0 commit comments