dev-cmd/bump: rescue if livecheck_result errors
This commit is contained in:
parent
bf60e2da3d
commit
88f78c4523
@ -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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user