diff options
-rw-r--r-- | src/bun.js/webcore/streams.zig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bun.js/webcore/streams.zig b/src/bun.js/webcore/streams.zig index ed5cce8d9..2cdbc4f1c 100644 --- a/src/bun.js/webcore/streams.zig +++ b/src/bun.js/webcore/streams.zig @@ -3492,7 +3492,7 @@ pub const FIFO = struct { signal: JSC.WebCore.Signal = .{}, is_first_read: bool = true, auto_close: bool = true, - adjusted_pipe_size_on_linux: bool = false, + has_adjusted_pipe_size_on_linux: bool = false, pub usingnamespace NewReadyWatcher(@This(), .readable, ready); |