mirror of
https://github.com/farcasclaudiu/openclaw.git
synced 2026-06-29 01:02:03 +03:00
fix: correct nodes exec config typing
This commit is contained in:
@@ -84,7 +84,7 @@ function applyPathPrepend(
|
|||||||
}
|
}
|
||||||
|
|
||||||
function resolveExecDefaults(
|
function resolveExecDefaults(
|
||||||
cfg: ReturnType<typeof loadConfig> | undefined,
|
cfg: ReturnType<typeof loadConfig>,
|
||||||
agentId: string | undefined,
|
agentId: string | undefined,
|
||||||
): ExecDefaults | undefined {
|
): ExecDefaults | undefined {
|
||||||
const globalExec = cfg?.tools?.exec;
|
const globalExec = cfg?.tools?.exec;
|
||||||
|
|||||||
Reference in New Issue
Block a user