| ... | @@ -56,7 +56,6 @@ pub const StackTrace = struct { | ... | @@ -56,7 +56,6 @@ pub const StackTrace = struct { |
| 56 | std.debug.writeStackTrace(self, writer, arena.allocator(), debug_info, tty_config) catch |err| { | 56 | std.debug.writeStackTrace(self, writer, arena.allocator(), debug_info, tty_config) catch |err| { |
| 57 | try writer.print("Unable to print stack trace: {s}\n", .{@errorName(err)}); | 57 | try writer.print("Unable to print stack trace: {s}\n", .{@errorName(err)}); |
| 58 | }; | 58 | }; |
| 59 | try writer.writeAll("\n"); | | |
| 60 | } | 59 | } |
| 61 | }; | 60 | }; |
| 62 | | 61 | |