diff options
author | 2022-01-03 22:39:08 -0800 | |
---|---|---|
committer | 2022-01-03 22:39:08 -0800 | |
commit | 6480193c65644efc943b0c8790da15b6b59b147c (patch) | |
tree | 980542fe60442cdc5dd17803b3284a7bb55e33ad | |
parent | 23a31b3771513b51b924c4c15c69fd565811bb90 (diff) | |
download | bun-6480193c65644efc943b0c8790da15b6b59b147c.tar.gz bun-6480193c65644efc943b0c8790da15b6b59b147c.tar.zst bun-6480193c65644efc943b0c8790da15b6b59b147c.zip |
:confused:
-rwxr-xr-x | bun.lockb | bin | 7340 -> 7340 bytes | |||
-rwxr-xr-x | integration/scripts/bun.lockb | bin | 17219 -> 17219 bytes | |||
-rwxr-xr-x | packages/bun-error/bun.lockb | bin | 11916 -> 11916 bytes | |||
-rw-r--r-- | src/deps/crash_reporter_linux.zig | 1 | ||||
-rwxr-xr-x | src/node-fallbacks/bun.lockb | bin | 42591 -> 42591 bytes |
5 files changed, 1 insertions, 0 deletions
Binary files differ diff --git a/integration/scripts/bun.lockb b/integration/scripts/bun.lockb Binary files differindex 741317336..557f98ef6 100755 --- a/integration/scripts/bun.lockb +++ b/integration/scripts/bun.lockb diff --git a/packages/bun-error/bun.lockb b/packages/bun-error/bun.lockb Binary files differindex e18317251..1e4f1c801 100755 --- a/packages/bun-error/bun.lockb +++ b/packages/bun-error/bun.lockb 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 Binary files differindex 06df6a35c..d55955ad2 100755 --- a/src/node-fallbacks/bun.lockb +++ b/src/node-fallbacks/bun.lockb |