mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Fix lint.
Signed-off-by: Panu Horsmalahti <phorsmalahti@mirantis.com>
This commit is contained in:
parent
9e8ea205f9
commit
11386c0da5
@ -298,7 +298,7 @@ export class ExtensionLoader {
|
|||||||
|
|
||||||
return removeItems;
|
return removeItems;
|
||||||
});
|
});
|
||||||
};
|
}
|
||||||
|
|
||||||
protected autoInitExtensions(register: (ext: LensExtension) => Promise<Disposer[]>) {
|
protected autoInitExtensions(register: (ext: LensExtension) => Promise<Disposer[]>) {
|
||||||
const loadingExtensions: ExtensionLoading[] = [];
|
const loadingExtensions: ExtensionLoading[] = [];
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user