mirror of
https://github.com/oven-sh/bun
synced 2026-02-09 10:28:47 +00:00
[windows] Make child_process.spawn not say "TODO: IPC" when IPC isn't used
This commit is contained in:
@@ -2196,7 +2196,7 @@ pub const Subprocess = struct {
|
||||
}
|
||||
}
|
||||
|
||||
if (args.get(globalThis, "ipc")) |val| {
|
||||
if (args.getTruthy(globalThis, "ipc")) |val| {
|
||||
if (Environment.isWindows) {
|
||||
globalThis.throwTODO("TODO: IPC is not yet supported on Windows");
|
||||
return .zero;
|
||||
|
||||
Reference in New Issue
Block a user