Skip to content

Commit c6ae8c0

Browse files
committed
nit
1 parent 30dc6a5 commit c6ae8c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/webview/ClineProvider.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1123,7 +1123,7 @@ export class ClineProvider extends EventEmitter<ClineProviderEvents> implements
11231123
task = await this.initClineWithHistoryItem(historyItem)
11241124
}
11251125
await task.condenseContext()
1126-
await this.postMessageToWebview({ type: "condenseTaskContextResponse", text: task.taskId })
1126+
await this.postMessageToWebview({ type: "condenseTaskContextResponse", text: taskId })
11271127
}
11281128

11291129
// this function deletes a task from task hidtory, and deletes it's checkpoints and delete the task folder

0 commit comments

Comments
 (0)