CLI: forward unsafe flag to linked hook-pack probes

This commit is contained in:
JD Davis
2026-04-03 20:27:56 -05:00
committed by Peter Steinberger
parent bac15a7313
commit 8a8ea94228

View File

@@ -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,