mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
fix rebase
Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
parent
bce045d147
commit
0a44260cd5
@ -288,7 +288,7 @@ async function uninstallExtension(extension: InstalledExtension) {
|
|||||||
displayName
|
displayName
|
||||||
});
|
});
|
||||||
|
|
||||||
await extensionDiscovery.uninstallExtension(extension.absolutePath);
|
await extensionDiscovery.uninstallExtension(extension);
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
Notifications.error(
|
Notifications.error(
|
||||||
<p>Uninstalling extension <b>{displayName}</b> has failed: <em>{error?.message ?? ""}</em></p>
|
<p>Uninstalling extension <b>{displayName}</b> has failed: <em>{error?.message ?? ""}</em></p>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user