1
0

Fix error handling for better performance

This commit is contained in:
2025-05-24 19:20:36 +02:00
parent 06776628f1
commit c67106b9c2

View File

@@ -20,7 +20,7 @@ const store = new Store({
intelligentCommitThreshold: 100 intelligentCommitThreshold: 100
} }
}); });
let folders = store.get('folders'); let folders = store.get('folders');
if (Array.isArray(folders)) { if (Array.isArray(folders)) {
folders = folders.map(f => ({ folders = folders.map(f => ({