mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-19 00:01:19 +00:00
Merge a281918c59 into c3cae397a1
This commit is contained in:
commit
7e551c4be3
1 changed files with 4 additions and 1 deletions
|
|
@ -314,10 +314,13 @@ export async function executeCommandInTerminal(
|
|||
const { response, text, images } = await task.ask("command_output", "")
|
||||
runInBackground = true
|
||||
|
||||
// Handle both user clicking "Continue While Running" (yesButtonClicked)
|
||||
// and user providing a message (messageResponse)
|
||||
if (response === "messageResponse") {
|
||||
message = { text, images }
|
||||
process.continue()
|
||||
}
|
||||
// Always continue the process when user responds
|
||||
process.continue()
|
||||
} catch (_error) {
|
||||
// Silently handle ask errors (e.g., "Current ask promise was ignored")
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue