diff options
author | 2022-11-23 07:40:51 -0800 | |
---|---|---|
committer | 2022-11-23 07:40:51 -0800 | |
commit | 834dac248a8064983003dbff24d13b40873d3d5d (patch) | |
tree | 3b45eee5bfa93a95e8b4924e110839c2884dc651 | |
parent | 0def09a264281fb0a41d0f2f6dc04263714093fe (diff) | |
download | bun-834dac248a8064983003dbff24d13b40873d3d5d.tar.gz bun-834dac248a8064983003dbff24d13b40873d3d5d.tar.zst bun-834dac248a8064983003dbff24d13b40873d3d5d.zip |
Linux build issuejarred/wip-more-reliable
-rw-r--r-- | src/bun.js/webcore/streams.zig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bun.js/webcore/streams.zig b/src/bun.js/webcore/streams.zig index 54819a4e5..548bb5087 100644 --- a/src/bun.js/webcore/streams.zig +++ b/src/bun.js/webcore/streams.zig @@ -3490,6 +3490,7 @@ pub const FIFO = struct { }, signal: JSC.WebCore.Signal = .{}, is_first_read: bool = true, + has_adjusted_pipe_size_on_linux: bool = false, auto_close: bool = true, pub usingnamespace NewReadyWatcher(@This(), .readable, ready); |