mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 19:51:37 +00:00
fix(exec-approvals): coerce bare string allowlist entries (#9903) (thanks @mcaxtr)
This commit is contained in:
@@ -50,6 +50,7 @@ vi.mock("../gateway/call.js", () => ({
|
||||
}),
|
||||
}));
|
||||
vi.mock("./deps.js", () => ({ createDefaultDeps: () => ({}) }));
|
||||
vi.mock("./preaction.js", () => ({ registerPreActionHooks: () => {} }));
|
||||
|
||||
const { buildProgram } = await import("./program.js");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user