lib/sapience/formatters/default.rb in sapience-0.2.4 vs lib/sapience/formatters/default.rb in sapience-0.2.5
- old
+ new
@@ -33,9 +33,8 @@
message << " -- Exception: #{log.exception.class}: #{log.exception.message}\n"
message << log.backtrace_to_s
end
message
end
-
end
end
end