aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbun.lockbbin7340 -> 7340 bytes
-rwxr-xr-xintegration/scripts/bun.lockbbin17219 -> 17219 bytes
-rwxr-xr-xpackages/bun-error/bun.lockbbin11916 -> 11916 bytes
-rw-r--r--src/deps/crash_reporter_linux.zig1
-rwxr-xr-xsrc/node-fallbacks/bun.lockbbin42591 -> 42591 bytes
5 files changed, 1 insertions, 0 deletions
diff --git a/bun.lockb b/bun.lockb
index de74b0e30..ee39044c4 100755
--- a/bun.lockb
+++ b/bun.lockb
Binary files differ
diff --git a/integration/scripts/bun.lockb b/integration/scripts/bun.lockb
index 741317336..557f98ef6 100755
--- a/integration/scripts/bun.lockb
+++ b/integration/scripts/bun.lockb
Binary files differ
diff --git a/packages/bun-error/bun.lockb b/packages/bun-error/bun.lockb
index e18317251..1e4f1c801 100755
--- a/packages/bun-error/bun.lockb
+++ b/packages/bun-error/bun.lockb
Binary files differ
diff --git a/src/deps/crash_reporter_linux.zig b/src/deps/crash_reporter_linux.zig
index 05d4db05c..b26a3d635 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 06df6a35c..d55955ad2 100755
--- a/src/node-fallbacks/bun.lockb
+++ b/src/node-fallbacks/bun.lockb
Binary files differ