lib/metaractor/failure_output.rb in metaractor-2.1.0 vs lib/metaractor/failure_output.rb in metaractor-2.1.1
- old
+ new
@@ -23,11 +23,12 @@
if !context._called.empty?
str << "Previously Called:\n"
context._called.each do |interactor|
str << interactor.class.name.to_s
+ str << "\n"
end
- str << "\n\n"
+ str << "\n"
end
str << "Context:\n"
str << Metaractor::FailureOutput.format_hash(context.to_h.reject{|k,_| k == :errors})
str