std.builtin.StackTrace: don't print extra newline after stack trace
This commit is contained in:
@@ -56,7 +56,6 @@ pub const StackTrace = struct {
|
||||
std.debug.writeStackTrace(self, writer, arena.allocator(), debug_info, tty_config) catch |err| {
|
||||
try writer.print("Unable to print stack trace: {s}\n", .{@errorName(err)});
|
||||
};
|
||||
try writer.writeAll("\n");
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user