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 78c2173 commit c2ec3d9Copy full SHA for c2ec3d9
src/core/task/Task.ts
@@ -1388,7 +1388,7 @@ export class Task extends EventEmitter<TaskEvents> implements TaskLike {
1388
1389
public dispose(): void {
1390
// Disposing task
1391
- this.providerRef.deref()?.log(`[Task] disposing task ${this.taskId}.${this.instanceId}`)
+ console.log(`[Task] disposing task ${this.taskId}.${this.instanceId}`)
1392
1393
// Remove all event listeners to prevent memory leaks
1394
try {
@@ -2633,4 +2633,4 @@ export class Task extends EventEmitter<TaskEvents> implements TaskLike {
2633
public get taskAsk(): ClineMessage | undefined {
2634
return this.idleAsk || this.resumableAsk || this.interactiveAsk
2635
}
2636
-}
+}
0 commit comments