mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-08 13:40:42 +00:00
refactor: route inline eval through command analysis
This commit is contained in:
@@ -92,7 +92,7 @@ vi.mock("../infra/exec-approvals.js", () => ({
|
||||
})),
|
||||
}));
|
||||
|
||||
vi.mock("../infra/exec-inline-eval.js", () => ({
|
||||
vi.mock("../infra/command-analysis/inline-eval.js", () => ({
|
||||
describeInterpreterInlineEval: vi.fn(() => "inline-eval"),
|
||||
detectInterpreterInlineEvalArgv: detectInterpreterInlineEvalArgvMock,
|
||||
}));
|
||||
|
||||
Reference in New Issue
Block a user