mirror of
https://github.com/moltbot/moltbot.git
synced 2026-04-23 14:45:46 +00:00
fix: forward node exec approval plans
This commit is contained in:
@@ -227,6 +227,7 @@ export async function executeNodeHostCommand(
|
||||
params: {
|
||||
command: runArgv,
|
||||
rawCommand: runRawCommand,
|
||||
systemRunPlan: prepared.plan,
|
||||
cwd: runCwd,
|
||||
env: nodeEnv,
|
||||
timeoutMs: typeof params.timeoutSec === "number" ? params.timeoutSec * 1000 : undefined,
|
||||
|
||||
Reference in New Issue
Block a user