diff --git a/bun.lockb b/bun.lockb index de74b0e30a..ee39044c4a 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/integration/scripts/bun.lockb b/integration/scripts/bun.lockb index 741317336d..557f98ef6d 100755 Binary files a/integration/scripts/bun.lockb and b/integration/scripts/bun.lockb differ diff --git a/packages/bun-error/bun.lockb b/packages/bun-error/bun.lockb index e183172511..1e4f1c8011 100755 Binary files a/packages/bun-error/bun.lockb and b/packages/bun-error/bun.lockb differ diff --git a/src/deps/crash_reporter_linux.zig b/src/deps/crash_reporter_linux.zig index 05d4db05c2..b26a3d6358 100644 --- a/src/deps/crash_reporter_linux.zig +++ b/src/deps/crash_reporter_linux.zig @@ -2,6 +2,7 @@ const std = @import("std"); pub fn start(_: anytype, _: anytype) bool { std.debug.attachSegfaultHandler(); + return true; } pub fn generate() void {} diff --git a/src/node-fallbacks/bun.lockb b/src/node-fallbacks/bun.lockb index 06df6a35ce..d55955ad20 100755 Binary files a/src/node-fallbacks/bun.lockb and b/src/node-fallbacks/bun.lockb differ