Merge pull request #692 from MikeMcQuaid/formula_versions_hide_stderr
formula_versions: also silence stderr.
This commit is contained in:
		
						commit
						44a80e693a
					
				@ -34,7 +34,7 @@ class FormulaVersions
 | 
			
		||||
    contents = file_contents_at_revision(rev)
 | 
			
		||||
 | 
			
		||||
    begin
 | 
			
		||||
      nostdout { yield Formulary.from_contents(name, path, contents) }
 | 
			
		||||
      shutup { 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
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user