mirror of https://github.com/openclaw/openclaw.git
fix: resolve config write test drift
This commit is contained in:
parent
3a62b0e75b
commit
64b971b2b0
|
|
@ -405,6 +405,7 @@ export async function installHooksFromArchive(
|
|||
|
||||
export async function installHooksFromNpmSpec(params: {
|
||||
spec: string;
|
||||
dangerouslyForceUnsafeInstall?: boolean;
|
||||
hooksDir?: string;
|
||||
timeoutMs?: number;
|
||||
logger?: HookInstallLogger;
|
||||
|
|
|
|||
Loading…
Reference in New Issue