Skip to content

Commit 0a123b9

Browse files
committed
Refine error message
1 parent b73cf17 commit 0a123b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/myip.cr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ class Myip
4141
title, ip = value
4242
STDERR.puts "#{title}#{ip}"
4343
when timeout 5.seconds
44-
STDERR.puts "Timeout!"
44+
STDERR.puts "Timeout, check your network connection!"
4545
exit
4646
end
4747
end

0 commit comments

Comments
 (0)