aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/report.zig2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/report.zig b/src/report.zig
index d77c58247..11c49b181 100644
--- a/src/report.zig
+++ b/src/report.zig
@@ -237,7 +237,7 @@ pub fn fatal(err_: ?anyerror, msg_: ?string) void {
}
if (!had_printed_fatal) {
- crash_report_writer.print("\nAsk for #help in https://bun.sh/discord or go to https://bun.sh/issues\n\n", .{});
+ 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.flush();
}
}