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) {