mirror of
https://github.com/oven-sh/bun
synced 2026-02-16 05:42:43 +00:00
remove ipc waning
This commit is contained in:
@@ -3176,8 +3176,6 @@ pub const VirtualMachine = struct {
|
||||
const IPCInfoType = if (Environment.isWindows) []const u8 else bun.FileDescriptor;
|
||||
pub fn initIPCInstance(this: *VirtualMachine, info: IPCInfoType) void {
|
||||
if (Environment.isWindows) {
|
||||
Output.warn("IPC is not supported on Windows", .{});
|
||||
|
||||
var instance = IPCInstance.new(.{
|
||||
.globalThis = this.global,
|
||||
.context = 0,
|
||||
|
||||
Reference in New Issue
Block a user