mirror of
https://github.com/pacnpal/Roo-Code.git
synced 2025-12-20 20:31:37 -05:00
Show progress indicator while command is executing
This commit is contained in:
@@ -547,7 +547,7 @@ export class ClaudeDev {
|
||||
}
|
||||
} catch (e) {
|
||||
if ((e as ExecaError).signal === "SIGINT") {
|
||||
const line = `\nUser exited command early...`
|
||||
const line = `\nUser exited command...`
|
||||
await this.say("command_output", line)
|
||||
result += line
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user