From 275e2590aa7d8a18614acad9666371209261d2b5 Mon Sep 17 00:00:00 2001 From: hannesrudolph Date: Thu, 3 Jul 2025 17:40:46 -0600 Subject: [PATCH] revert: add back console.log to executeCommandTool --- src/core/tools/executeCommandTool.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/core/tools/executeCommandTool.ts b/src/core/tools/executeCommandTool.ts index a26300de81..a3bd667559 100644 --- a/src/core/tools/executeCommandTool.ts +++ b/src/core/tools/executeCommandTool.ts @@ -27,6 +27,7 @@ export async function executeCommandTool( ) { let command: string | undefined = block.params.command const customCwd: string | undefined = block.params.cwd + console.log("executeCommandTool", command) try { if (block.partial) {