legomushroom/prompt-file-reference-refactor2
Oleg Solomko 2024-12-16 09:55:20 -08:00
parent 579778d956
commit 11fced5801
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ export function cancelPreviousCalls<
descriptor.value = function (
this: TObject,
...args: Parameters<typeof originalMethod>
): ReturnType<typeof originalMethod> {
): TReturn {
let record = objectRecords.get(this);
if (!record) {
const disposables = this._register(new DisposableStore());