mirror of
https://github.com/oven-sh/bun
synced 2026-02-02 15:08:46 +00:00
Update crash_reporter_linux.zig
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
const std = @import("std");
|
||||
|
||||
pub fn start(_: [*:0]const u8) bool {
|
||||
pub fn start(_: anytype, _: anytype) bool {
|
||||
std.debug.attachSegfaultHandler();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user