diff options
author | 2022-08-07 23:23:42 -0700 | |
---|---|---|
committer | 2022-08-07 23:23:42 -0700 | |
commit | c795c6742daa2f3ffd1047737baafa4f26f7fbff (patch) | |
tree | 1f2cff06fb1ba5cc4d8ea779087b702f3871088b /src | |
parent | cc2c50ad0918cd37dc74c87327791e9db9c62175 (diff) | |
download | bun-c795c6742daa2f3ffd1047737baafa4f26f7fbff.tar.gz bun-c795c6742daa2f3ffd1047737baafa4f26f7fbff.tar.zst bun-c795c6742daa2f3ffd1047737baafa4f26f7fbff.zip |
[misc] fix typo
Diffstat (limited to 'src')
-rw-r--r-- | src/report.zig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/report.zig b/src/report.zig index 11c49b181..a39734a9d 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("\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(); } } |