We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56aef57 commit 4a24dcdCopy full SHA for 4a24dcd
lib/jekyll-gist/gist_tag.rb
@@ -62,7 +62,7 @@ def fetch_raw_code(gist_id, filename = nil)
62
end
63
begin
64
open(uri).read.chomp
65
- rescue OpenURI::HTTPError => e
+ rescue SocketError
66
nil
67
68
0 commit comments