Skip to content

Commit 275e259

Browse files
committed
revert: add back console.log to executeCommandTool
1 parent a015bc9 commit 275e259

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/core/tools/executeCommandTool.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ export async function executeCommandTool(
2727
) {
2828
let command: string | undefined = block.params.command
2929
const customCwd: string | undefined = block.params.cwd
30+
console.log("executeCommandTool", command)
3031

3132
try {
3233
if (block.partial) {

0 commit comments

Comments
 (0)