mirror of
https://github.com/pacnpal/Roo-Code.git
synced 2025-12-23 05:41:10 -05:00
Strip ansi from output
This commit is contained in:
@@ -423,7 +423,7 @@ const ChatRow: React.FC<ChatRowProps> = ({
|
||||
{title}
|
||||
</div>
|
||||
<Terminal
|
||||
output={command + (output ? "\n" + output : "")}
|
||||
rawOutput={command + (output ? "\n" + output : "")}
|
||||
handleSendStdin={handleSendStdin}
|
||||
shouldAllowInput={!!isCommandExecuting && output.length > 0}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user