From a9d971e437821182645d2e6c2dd60300e62fa85c Mon Sep 17 00:00:00 2001 From: Matt Rubens Date: Wed, 5 Mar 2025 12:26:58 -0500 Subject: [PATCH] Update src/core/webview/ClineProvider.ts --- src/core/webview/ClineProvider.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/webview/ClineProvider.ts b/src/core/webview/ClineProvider.ts index 3aba6c3c1e..a078503b35 100644 --- a/src/core/webview/ClineProvider.ts +++ b/src/core/webview/ClineProvider.ts @@ -2060,7 +2060,7 @@ export class ClineProvider implements vscode.WebviewViewProvider { if (id === this.getCurrentCline()?.taskId) { // if we found the taskid to delete - call finish to abort this task and allow a new task to be started, // if we are deleting a subtask and parent task is still waiting for subtask to finish - it allows the parent to resume (this case should neve exist) - await this.finishSubTask(`new_task finished with an error!, it was stopped and delted by the user.`) + await this.finishSubTask(`Task failure: It was stopped and deleted by the user.`) } // delete task from the task history state