瀏覽代碼

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


Loading…
取消
儲存