We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08191a1 commit 818dcc9Copy full SHA for 818dcc9
1 file changed
src/lib/loadPlugins.js
@@ -108,7 +108,7 @@ export default async function loadPlugins(loadOnlyTheme = false) {
108
console.error(`Error loading plugin ${pluginId}:`, error);
109
// mark plugin as broken to avoid repeated attempts until user intervenes
110
try {
111
- BROKEN_PLUGINS.set(pluginId, {
+ BROKEN_PLUGINS.set(pluginId, {
112
error: String(error.message || error),
113
timestamp: Date.now(),
114
});
0 commit comments