Skip to content
Snippets Groups Projects
Commit d7da1640 authored by Mike McQuaid's avatar Mike McQuaid Committed by GitHub
Browse files

Merge pull request #698 from Homebrew/revert-692-formula_versions_hide_stderr

Revert "formula_versions: also silence stderr."
parents 44a80e69 0a20cedd
No related branches found
No related tags found
No related merge requests found
......@@ -34,7 +34,7 @@ class FormulaVersions
contents = file_contents_at_revision(rev)
begin
shutup { yield Formulary.from_contents(name, path, contents) }
nostdout { yield Formulary.from_contents(name, path, contents) }
rescue *IGNORED_EXCEPTIONS => e
# We rescue these so that we can skip bad versions and
# continue walking the history
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment