Skip to content

Commit a4fdb06

Browse files
committed
Add process
1 parent 66ad474 commit a4fdb06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/tools/executeCommandTool.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ export async function executeCommand(
223223
task.say("command_output", result)
224224
completed = true
225225
},
226-
onShellExecutionStarted: (pid: number | undefined) => {
226+
onShellExecutionStarted: (pid: number | undefined, process: RooTerminalProcess) => {
227227
console.log(`[executeCommand] onShellExecutionStarted: ${pid}`)
228228
const status: CommandExecutionStatus = { executionId, status: "started", pid, command }
229229
provider?.postMessageToWebview({ type: "commandExecutionStatus", text: JSON.stringify(status) })

0 commit comments

Comments
 (0)