Skip to content

Commit cad4d46

Browse files
Update src/core/task/Task.ts
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
1 parent 638bb3c commit cad4d46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/task/Task.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1253,7 +1253,7 @@ export class Task extends EventEmitter<ClineEvents> {
12531253

12541254
// Need to call here in case the stream was aborted.
12551255
if (this.abort || this.abandoned) {
1256-
throw new Error(`[Roo#recursivelyMakeRooRequests] task ${this.taskId}.${this.instanceId} aborted`)
1256+
throw new Error(`[RooCode#recursivelyMakeRooRequests] task ${this.taskId}.${this.instanceId} aborted`)
12571257
}
12581258

12591259
this.didCompleteReadingStream = true

0 commit comments

Comments
 (0)