1
0
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:
Sebastian Malton 2020-12-09 11:06:30 -05:00
parent bce045d147
commit 0a44260cd5

View File

@ -288,7 +288,7 @@ async function uninstallExtension(extension: InstalledExtension) {
displayName
});
await extensionDiscovery.uninstallExtension(extension.absolutePath);
await extensionDiscovery.uninstallExtension(extension);
} catch (error) {
Notifications.error(
<p>Uninstalling extension <b>{displayName}</b> has failed: <em>{error?.message ?? ""}</em></p>