mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-30 02:22:25 +00:00
refactor: tighten plugin sdk channel seams
This commit is contained in:
@@ -13,6 +13,7 @@ export type PluginCommandRunOptions = {
|
||||
env?: NodeJS.ProcessEnv;
|
||||
};
|
||||
|
||||
/** Run a plugin-managed command with timeout handling and normalized stdout/stderr results. */
|
||||
export async function runPluginCommandWithTimeout(
|
||||
options: PluginCommandRunOptions,
|
||||
): Promise<PluginCommandRunResult> {
|
||||
|
||||
Reference in New Issue
Block a user