Skip to content

Commit

Permalink
Lost newlines in full_message output
Browse files Browse the repository at this point in the history
  • Loading branch information
headius committed May 8, 2024
1 parent be08057 commit 03bd35d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -753,6 +753,7 @@ public static void printBacktraceToStream(ThreadContext context, IRubyObject bac
else {
errorStream.append(stackTraceLine);
}
errorStream.cat('\n');
}

if ((elements.length > i)) {
Expand Down

0 comments on commit 03bd35d

Please sign in to comment.