Blank line after stack trace

This commit is contained in:
Michael Miller 2021-07-17 16:35:35 -06:00
parent 52a0ae938a
commit eda4328a92
No known key found for this signature in database
GPG key ID: FB9F12F7C646A4AD

View file

@ -39,6 +39,8 @@ module Spectator::Formatting::Components
if backtrace = error.backtrace?
indent { write_backtrace(io, backtrace) }
end
io.puts
end
# Display just the error type.