mirror of
https://github.com/openclaw/openclaw.git
synced 2026-03-22 15:31:07 +00:00
Plugin SDK: export windows spawn and temp path
This commit is contained in:
@@ -2,7 +2,7 @@ import { spawn } from "node:child_process";
|
||||
import {
|
||||
materializeWindowsSpawnProgram,
|
||||
resolveWindowsSpawnProgram,
|
||||
} from "../plugin-sdk/windows-spawn.js";
|
||||
} from "openclaw/plugin-sdk/windows-spawn";
|
||||
|
||||
export type CliSpawnInvocation = {
|
||||
command: string;
|
||||
|
||||
Reference in New Issue
Block a user