Skip to content
Snippets Groups Projects
Unverified Commit 5786a893 authored by Markus Reiter's avatar Markus Reiter Committed by GitHub
Browse files

Merge pull request #9278 from reitermarkus/formulary-backtrace

Don't output backtrace in `Formulary`.
parents 2a474b5c 0fb9fd2c
No related branches found
No related tags found
No related merge requests found
......@@ -47,7 +47,6 @@ module Formulary
mod.const_set(:BUILD_FLAGS, flags)
mod.module_eval(contents, path)
rescue NameError, ArgumentError, ScriptError, MethodDeprecatedError => e
$stderr.puts e.backtrace if Homebrew::EnvConfig.developer?
raise FormulaUnreadableError.new(name, e)
end
class_name = class_s(name)
......
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