mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-08 16:48:26 +00:00
fix: unblock launchctl stub on windows
This commit is contained in:
@@ -127,6 +127,7 @@ async function execLaunchctl(
|
||||
try {
|
||||
const { stdout, stderr } = await execFileAsync("launchctl", args, {
|
||||
encoding: "utf8",
|
||||
shell: process.platform === "win32",
|
||||
});
|
||||
return {
|
||||
stdout: String(stdout ?? ""),
|
||||
|
||||
Reference in New Issue
Block a user