aboutsummaryrefslogtreecommitdiff
path: root/src/report.zig
diff options
context:
space:
mode:
Diffstat (limited to 'src/report.zig')
-rw-r--r--src/report.zig8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/report.zig b/src/report.zig
index 0a47a9e98..1e4259f6d 100644
--- a/src/report.zig
+++ b/src/report.zig
@@ -93,9 +93,9 @@ pub const CrashReportWriter = struct {
}
if (tilda) {
- Output.prettyError("\nCrash report saved to:\n <b>~{any}<r>\n", .{display_path});
+ Output.prettyError("\nCrash report saved to:\n <b>~{s}<r>\n", .{display_path});
} else {
- Output.prettyError("\nCrash report saved to:\n <b>{any}<r>\n", .{display_path});
+ Output.prettyError("\nCrash report saved to:\n <b>{s}<r>\n", .{display_path});
}
}
}
@@ -118,8 +118,8 @@ pub fn printMetadata() void {
crash_report_writer.print(
\\
\\<r>----- bun meta -----
- ++ "\nBun v" ++ Global.package_json_version_with_sha ++ " " ++ platform ++ " " ++ arch ++ " {any}\n" ++
- \\{any}: {}
+ ++ "\nBun v" ++ Global.package_json_version_with_sha ++ " " ++ platform ++ " " ++ arch ++ " {s}\n" ++
+ \\{s}: {}
\\
, .{
analytics_platform.version,