mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Fix formatting.
Signed-off-by: Panu Horsmalahti <phorsmalahti@mirantis.com>
This commit is contained in:
parent
d8bdfa5240
commit
49fda2b7c6
@ -106,7 +106,7 @@ app.on("ready", async () => {
|
|||||||
});
|
});
|
||||||
|
|
||||||
extensionLoader.initExtensions(extensions);
|
extensionLoader.initExtensions(extensions);
|
||||||
} catch (error ){
|
} catch (error) {
|
||||||
dialog.showErrorBox("Lens Error", `Could not load extensions: ${error?.message || ""}`);
|
dialog.showErrorBox("Lens Error", `Could not load extensions: ${error?.message || ""}`);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user