Skip to content

Commit

Permalink
feat: add canary to crash handler message (#10935)
Browse files Browse the repository at this point in the history
  • Loading branch information
paperclover authored May 9, 2024
1 parent 93c0a37 commit 13c6f46
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/crash_handler.zig
Original file line number Diff line number Diff line change
Expand Up @@ -616,8 +616,9 @@ else
"x64";

const metadata_version_line = std.fmt.comptimePrint(
"Bun v{s} {s} {s}{s}\n",
"Bun {s}v{s} {s} {s}{s}\n",
.{
if (bun.Environment.is_canary) "Canary " else "",
Global.package_json_version_with_sha,
bun.Environment.os.displayString(),
arch_display_string,
Expand Down

0 comments on commit 13c6f46

Please sign in to comment.