We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 638bb3c commit cad4d46Copy full SHA for cad4d46
src/core/task/Task.ts
@@ -1253,7 +1253,7 @@ export class Task extends EventEmitter<ClineEvents> {
1253
1254
// Need to call here in case the stream was aborted.
1255
if (this.abort || this.abandoned) {
1256
- throw new Error(`[Roo#recursivelyMakeRooRequests] task ${this.taskId}.${this.instanceId} aborted`)
+ throw new Error(`[RooCode#recursivelyMakeRooRequests] task ${this.taskId}.${this.instanceId} aborted`)
1257
}
1258
1259
this.didCompleteReadingStream = true
0 commit comments