Fixed style issues
This commit is contained in:
parent
a5640fdfee
commit
9e2caa8d6a
@ -23,14 +23,13 @@ module Hbc
|
||||
user: "caskroom",
|
||||
path: "Casks",
|
||||
filename: query,
|
||||
extension: "rb"
|
||||
extension: "rb",
|
||||
)
|
||||
rescue Exception => e
|
||||
rescue StandardError => e
|
||||
onoe e
|
||||
$stderr.puts e.backtrace
|
||||
[]
|
||||
end
|
||||
|
||||
matches.map do |match|
|
||||
tap = Tap.fetch(match["repository"]["full_name"])
|
||||
next if tap.installed?
|
||||
|
Loading…
x
Reference in New Issue
Block a user