mirror of
https://gitea.invidious.io/iv-org/shard-spectator.git
synced 2024-08-15 00:53:35 +00:00
Blank line after stack trace
This commit is contained in:
parent
52a0ae938a
commit
eda4328a92
1 changed files with 2 additions and 0 deletions
|
@ -39,6 +39,8 @@ module Spectator::Formatting::Components
|
||||||
if backtrace = error.backtrace?
|
if backtrace = error.backtrace?
|
||||||
indent { write_backtrace(io, backtrace) }
|
indent { write_backtrace(io, backtrace) }
|
||||||
end
|
end
|
||||||
|
|
||||||
|
io.puts
|
||||||
end
|
end
|
||||||
|
|
||||||
# Display just the error type.
|
# Display just the error type.
|
||||||
|
|
Loading…
Reference in a new issue