Revert "formula_versions: also silence stderr."

This commit is contained in:
Mike McQuaid 2016-08-11 17:07:31 +01:00 committed by GitHub
parent 44a80e693a
commit 0a20ceddcc

View File

@ -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