From 413fa3b4d15e5bbd9fb0295849eeb743fe8fcb97 Mon Sep 17 00:00:00 2001 From: Oleg Solomko Date: Mon, 16 Dec 2024 09:55:20 -0800 Subject: [PATCH] mend --- .../contrib/chat/common/cancelPreviousCallsDecorator.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/vs/workbench/contrib/chat/common/cancelPreviousCallsDecorator.ts b/src/vs/workbench/contrib/chat/common/cancelPreviousCallsDecorator.ts index 67084f7d26b..44ee93771e4 100644 --- a/src/vs/workbench/contrib/chat/common/cancelPreviousCallsDecorator.ts +++ b/src/vs/workbench/contrib/chat/common/cancelPreviousCallsDecorator.ts @@ -48,7 +48,7 @@ export function cancelPreviousCalls< descriptor.value = function ( this: TObject, ...args: Parameters - ): ReturnType { + ): TReturn { let record = objectRecords.get(this); if (!record) { const disposables = this._register(new DisposableStore());