mirror of
https://github.com/ziglang/zig.git
synced 2026-01-20 14:25:16 +00:00
std.builtin.StackTrace: don't print extra newline after stack trace
This commit is contained in:
parent
5804f3f757
commit
40e002ae2b
@ -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");
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user