Skip to content
Snippets Groups Projects
Commit 0fb9fd2c authored by Markus Reiter's avatar Markus Reiter
Browse files

Don't output backtrace in `Formulary`.

parent 9d795a77
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