-
Notifications
You must be signed in to change notification settings - Fork 81
Open
Labels
bugSomething isn't workingSomething isn't workingruntimeAn issue, task, or discussion related to the runtime coreAn issue, task, or discussion related to the runtime corewindows
Description
Sample code:
import { spawn, exec } from "socket:child_process";
const { stdout } = await exec("echo 1"); // returns win32 alert window
const child = spawn("ssc", ["-v"]); // returns win32 alert windowWhat OS are you using (uname -a, or Windows version)?
Windows 10 22H2 (64bit)
What version Socket Runtime are you using?
0.6.0-rc.8 (20424ea)
What programming language are you using (C/C++/Go/Rust)?
rustc 1.82.0 (f6e511eec 2024-10-15)
What did you expect to see and what you saw instead?
Expecting exec or spawn to execute or spawn process.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingruntimeAn issue, task, or discussion related to the runtime coreAn issue, task, or discussion related to the runtime corewindows
