aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Jarred Sumner <jarred@jarredsumner.com> 2022-01-03 22:39:08 -0800
committerGravatar Jarred Sumner <jarred@jarredsumner.com> 2022-01-03 22:39:08 -0800
commit6480193c65644efc943b0c8790da15b6b59b147c (patch)
tree980542fe60442cdc5dd17803b3284a7bb55e33ad
parent23a31b3771513b51b924c4c15c69fd565811bb90 (diff)
downloadbun-6480193c65644efc943b0c8790da15b6b59b147c.tar.gz
bun-6480193c65644efc943b0c8790da15b6b59b147c.tar.zst
bun-6480193c65644efc943b0c8790da15b6b59b147c.zip
:confused:
-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