mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-05 08:10:14 +00:00
revert: add back console.log to executeCommandTool
This commit is contained in:
parent
a015bc9a45
commit
275e2590aa
1 changed files with 1 additions and 0 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue