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

Revert "formula_versions: also silence stderr."

parent 44a80e69
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