mend
parent
579778d956
commit
413fa3b4d1
|
@ -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());
|
||||
|
|
Loading…
Reference in New Issue