Merge pull request #698 from Homebrew/revert-692-formula_versions_hide_stderr
Revert "formula_versions: also silence stderr."
This commit is contained in:
commit
d7da1640ff
@ -34,7 +34,7 @@ class FormulaVersions
|
|||||||
contents = file_contents_at_revision(rev)
|
contents = file_contents_at_revision(rev)
|
||||||
|
|
||||||
begin
|
begin
|
||||||
shutup { yield Formulary.from_contents(name, path, contents) }
|
nostdout { yield Formulary.from_contents(name, path, contents) }
|
||||||
rescue *IGNORED_EXCEPTIONS => e
|
rescue *IGNORED_EXCEPTIONS => e
|
||||||
# We rescue these so that we can skip bad versions and
|
# We rescue these so that we can skip bad versions and
|
||||||
# continue walking the history
|
# continue walking the history
|
||||||
|
Loading…
x
Reference in New Issue
Block a user