Commit 40e002ae2b
Changed files (1)
lib
std
lib/std/builtin.zig
@@ -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");
}
};