Skip to content

Commit

Permalink
Update bun.zig
Browse files Browse the repository at this point in the history
  • Loading branch information
Jarred-Sumner authored Jan 29, 2024
1 parent 2a12179 commit fcc6576
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bun.zig
Original file line number Diff line number Diff line change
Expand Up @@ -1416,7 +1416,7 @@ pub fn reloadProcess(
actions.inherit(posix.STDERR_FD) catch unreachable;

var attrs = PosixSpawn.Attr.init() catch unreachable;
attrs.resetSignals();
attrs.resetSignals() catch {};

attrs.set(
C.POSIX_SPAWN_CLOEXEC_DEFAULT |
Expand Down

0 comments on commit fcc6576

Please sign in to comment.