mirror of
https://github.com/pacnpal/Roo-Code.git
synced 2025-12-20 12:21:13 -05:00
Fixes to terminal output processing
This commit is contained in:
@@ -1362,7 +1362,7 @@ export class ClaudeDev {
|
||||
|
||||
let result = ""
|
||||
process.on("line", (line) => {
|
||||
result += line
|
||||
result += line + "\n"
|
||||
sendCommandOutput(line)
|
||||
})
|
||||
|
||||
@@ -1384,6 +1384,8 @@ export class ClaudeDev {
|
||||
// grouping command_output messages despite any gaps anyways)
|
||||
await delay(50)
|
||||
|
||||
result = result.trim()
|
||||
|
||||
if (userFeedback) {
|
||||
await this.say("user_feedback", userFeedback.text, userFeedback.images)
|
||||
return this.formatToolResponseWithImages(
|
||||
|
||||
Reference in New Issue
Block a user