dev-cmd/bump: rescue if livecheck_result errors

This commit is contained in:
nandahkrishna 2021-02-17 02:36:29 +05:30
parent bf60e2da3d
commit 88f78c4523
No known key found for this signature in database
GPG Key ID: 067E5FCD58ADF3AA

View File

@ -130,6 +130,8 @@ module Homebrew
return "unable to get versions" if latest.blank?
latest.to_s
rescue => e
"error: #{e}"
end
def retrieve_pull_requests(formula_or_cask, name)