diff options
author | 2022-08-04 23:21:41 -0700 | |
---|---|---|
committer | 2022-08-04 23:21:41 -0700 | |
commit | 7e3fe03fb022bc5eaafe73b199014dd63925cc7b (patch) | |
tree | a810fb2b0459803b3b6033c5527155c93d1e193f /src | |
parent | 1bc8c92e2fc2fe80162b70cb5db0f72c716a8941 (diff) | |
download | bun-7e3fe03fb022bc5eaafe73b199014dd63925cc7b.tar.gz bun-7e3fe03fb022bc5eaafe73b199014dd63925cc7b.tar.zst bun-7e3fe03fb022bc5eaafe73b199014dd63925cc7b.zip |
[bun init] Add a test
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 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(); } } |