Navigation Menu

Skip to content

Commit

Permalink
Prepend cask name to cask upgrade error message
Browse files Browse the repository at this point in the history
  • Loading branch information
kiendang committed Jul 31, 2020
1 parent a7276ad commit 6918972
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Library/Homebrew/cask/cmd/upgrade.rb
Expand Up @@ -47,7 +47,7 @@ def run
upgradable_casks.each do |(old_cask, new_cask)|
upgrade_cask(old_cask, new_cask)
rescue => e
caught_exceptions << e
caught_exceptions << e.exception("#{new_cask.full_name}: #{e}")
next
end

Expand Down

0 comments on commit 6918972

Please sign in to comment.