ソースを参照

Update Net::OpenTimeout exception

pull/389/head
Dave Machado 7年前
committed by GitHub
コミット
96dbf27f6a
1個のファイルの変更2行の追加0行の削除
  1. +2
    -0
      build/validate_links.rb

+ 2
- 0
build/validate_links.rb ファイルの表示

@@ -51,6 +51,8 @@ links.each do |link|
end
rescue Net::ReadTimeout
fails.push("(TMO): #{link}")
rescue Net::OpenTimeout
fails.push("(TMO): #{link}")
rescue OpenSSL::SSL::SSLError
fails.push("(SSL): #{link}")
rescue SocketError


読み込み中…
キャンセル
保存