зеркало из https://github.com/microsoft/kiota.git
enable execute to run sync and async
This commit is contained in:
Родитель
90b8381e78
Коммит
acbb73f807
|
@ -28,5 +28,5 @@ export class CloseDescriptionCommand extends Command {
|
|||
this._openApiTreeProvider.closeDescription();
|
||||
await updateTreeViewIcons(treeViewId, false);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -1,5 +1,5 @@
|
|||
export abstract class Command {
|
||||
public abstract toString():string;
|
||||
public abstract toString(): string;
|
||||
|
||||
abstract execute(args: unknown):void;
|
||||
abstract execute(args: unknown): Promise<void> | void;
|
||||
}
|
Загрузка…
Ссылка в новой задаче