mirror of
https://github.com/openclaw/openclaw.git
synced 2026-07-25 13:41:13 +00:00
fix(cli): reduce plugin hook fallback noise (#100554)
* fix(cli): reduce plugin hook fallback noise Co-authored-by: Vincent Koc <vincentkoc@ieee.org> * docs(changelog): defer plugin diagnostic note --------- Co-authored-by: Vincent Koc <vincentkoc@ieee.org>
This commit is contained in:
committed by
GitHub
parent
e9a5dc9bf6
commit
a0e591c863
@@ -624,6 +624,10 @@ vi.mock("../plugins/git-install.js", () => ({
|
||||
}));
|
||||
|
||||
vi.mock("../hooks/install.js", () => ({
|
||||
HOOK_INSTALL_ERROR_CODE: {
|
||||
MISSING_OPENCLAW_HOOKS: "missing_openclaw_hooks",
|
||||
EMPTY_OPENCLAW_HOOKS: "empty_openclaw_hooks",
|
||||
},
|
||||
installHooksFromNpmSpec: ((
|
||||
...args: Parameters<(typeof import("../hooks/install.js"))["installHooksFromNpmSpec"]>
|
||||
) =>
|
||||
|
||||
Reference in New Issue
Block a user