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 || ""}`); }