mirror of
https://github.com/oven-sh/bun
synced 2026-02-09 10:28:47 +00:00
[misc] fix typo
This commit is contained in:
@@ -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();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user