aboutsummaryrefslogtreecommitdiff
path: root/src/report.zig
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/report.zig2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/report.zig b/src/report.zig
index 8037c2899..b1ad68594 100644
--- a/src/report.zig
+++ b/src/report.zig
@@ -202,7 +202,7 @@ pub fn fatal(err_: ?anyerror, msg_: ?string) void {
);
} else {
crash_report_writer.print(
- "\n<r>an uh-oh: {s}\n\n",
+ "\n<r>Panic: {s}\n\n",
.{msg[0..len]},
);
}