Merge pull request #9278 from reitermarkus/formulary-backtrace
Don't output backtrace in `Formulary`.
This commit is contained in:
commit
5786a8937d
@ -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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user