mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Keep extensions that can't be activated in this.intances
Signed-off-by: Panu Horsmalahti <phorsmalahti@mirantis.com>
This commit is contained in:
parent
95cef8bb3a
commit
199e96a706
@ -349,7 +349,6 @@ export class ExtensionLoader {
|
||||
extension.activated.catch((error) => {
|
||||
extension.activationError = error;
|
||||
logger.error(`${logModule}: activation extension error`, { ext: extension.installedExtension, error });
|
||||
this.instances.delete(extension.extId);
|
||||
}),
|
||||
),
|
||||
);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user