We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93d5baf commit a24d2efCopy full SHA for a24d2ef
src/lib/loadPlugins.js
@@ -105,7 +105,8 @@ export default async function loadPlugins(loadOnlyTheme = false) {
105
BROKEN_PLUGINS.delete(pluginId);
106
}
107
} catch (error) {
108
- console.error(`Error loading plugin ${pluginId}:`, error);git
+ console.error(`Error loading plugin ${pluginId}:`, error);
109
+ git;
110
// mark plugin as broken to avoid repeated attempts until user intervenes
111
BROKEN_PLUGINS.set(pluginId, {
112
error: String(error.message || error),
0 commit comments