From 49fda2b7c6d8ce8be6b9f7bd6eb12033a4233b91 Mon Sep 17 00:00:00 2001 From: Panu Horsmalahti Date: Fri, 11 Dec 2020 12:07:07 +0200 Subject: [PATCH] Fix formatting. Signed-off-by: Panu Horsmalahti --- src/main/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/index.ts b/src/main/index.ts index 1a349f9484..f3e0d7a17b 100644 --- a/src/main/index.ts +++ b/src/main/index.ts @@ -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 || ""}`); }