mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-04 21:10:25 +00:00
CLI: forward unsafe flag to linked hook-pack probes
This commit is contained in:
committed by
Peter Steinberger
parent
bac15a7313
commit
8a8ea94228
@@ -454,6 +454,7 @@ export async function installHooksFromPath(
|
||||
}
|
||||
const { resolvedPath: resolved, stat } = pathResult;
|
||||
const forwardParams = buildHookInstallForwardParams({
|
||||
dangerouslyForceUnsafeInstall: params.dangerouslyForceUnsafeInstall,
|
||||
hooksDir: params.hooksDir,
|
||||
timeoutMs: params.timeoutMs,
|
||||
logger: params.logger,
|
||||
|
||||
Reference in New Issue
Block a user