lib/arbre/patches.rb in express_templates-0.11.17 vs lib/arbre/patches.rb in express_templates-0.11.18
- old
+ new
@@ -17,14 +17,14 @@
return if should_supress_output?(args)
tag = klass.new(arbre_context)
tag.parent = current_arbre_element
with_current_arbre_element tag do
- begin
+ # begin
tag.build(*args, &block)
- rescue Exception => e
- on_component_error(tag, e)
- end
+ # rescue Exception => e
+ # on_component_error(tag, e)
+ # end
end
tag
end