1
0
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:
Panu Horsmalahti 2020-12-11 12:07:07 +02:00
parent d8bdfa5240
commit 49fda2b7c6

View File

@ -106,7 +106,7 @@ app.on("ready", async () => {
});
extensionLoader.initExtensions(extensions);
} catch (error ){
} catch (error) {
dialog.showErrorBox("Lens Error", `Could not load extensions: ${error?.message || ""}`);
}