Show progress indicator while command is executing

This commit is contained in:
Saoud Rizwan
2024-07-29 18:46:23 -04:00
parent d324afdf14
commit fd0b3a18f7
3 changed files with 44 additions and 24 deletions

View File

@@ -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 {