revert: add back console.log to executeCommandTool

This commit is contained in:
hannesrudolph 2025-07-03 17:40:46 -06:00
parent a015bc9a45
commit 275e2590aa

View file

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