Skip to content

Commit 818dcc9

Browse files
committed
fix(plugins): correct formatting in broken plugin tracking
Signed-off-by: 7HR4IZ3 <90985774+7HR4IZ3@users.noreply.github.com>
1 parent 08191a1 commit 818dcc9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/lib/loadPlugins.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ export default async function loadPlugins(loadOnlyTheme = false) {
108108
console.error(`Error loading plugin ${pluginId}:`, error);
109109
// mark plugin as broken to avoid repeated attempts until user intervenes
110110
try {
111-
BROKEN_PLUGINS.set(pluginId, {
111+
BROKEN_PLUGINS.set(pluginId, {
112112
error: String(error.message || error),
113113
timestamp: Date.now(),
114114
});

0 commit comments

Comments
 (0)