[misc] fix typo

This commit is contained in:
Jarred Sumner
2022-08-07 23:23:42 -07:00
parent cc2c50ad09
commit c795c6742d

View File

@@ -237,7 +237,7 @@ pub fn fatal(err_: ?anyerror, msg_: ?string) void {
}
if (!had_printed_fatal) {
crash_report_writer.print("\nSearch GitHub issues https://bun.sh/issues or ask for #help in https://bun.sh/discord or\n\n", .{});
crash_report_writer.print("\nSearch GitHub issues https://bun.sh/issues or ask for #help in https://bun.sh/discord\n\n", .{});
crash_report_writer.flush();
}
}