Skip to content

Commit a24d2ef

Browse files
committed
fix: lint
1 parent 93d5baf commit a24d2ef

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/lib/loadPlugins.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,8 @@ export default async function loadPlugins(loadOnlyTheme = false) {
105105
BROKEN_PLUGINS.delete(pluginId);
106106
}
107107
} catch (error) {
108-
console.error(`Error loading plugin ${pluginId}:`, error);git
108+
console.error(`Error loading plugin ${pluginId}:`, error);
109+
git;
109110
// mark plugin as broken to avoid repeated attempts until user intervenes
110111
BROKEN_PLUGINS.set(pluginId, {
111112
error: String(error.message || error),

0 commit comments

Comments
 (0)