Skip to content

Commit

Permalink
oopsie 2
Browse files Browse the repository at this point in the history
  • Loading branch information
cirospaciari committed Jan 26, 2024
1 parent 3c5cb47 commit 96a9d43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bun.js/ipc.zig
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ const NamedPipeIPCData = struct {
}
};

pub const IPCData = if (Environment.isWindows) NamedPipeIPCData else NamedPipeIPCData;
pub const IPCData = if (Environment.isWindows) NamedPipeIPCData else SocketIPCData;

fn NewSocketIPCHandler(comptime Context: type) type {
return struct {
Expand Down

0 comments on commit 96a9d43

Please sign in to comment.