More tests

This commit is contained in:
Ticruz
2025-02-04 13:21:23 +01:00
committed by Jon Staab
parent 191cdbc098
commit 8c638a7d8f
28 changed files with 3781 additions and 40 deletions
+2
View File
@@ -55,6 +55,8 @@ export const collection = <T, LoadArgs extends any[]>({
try {
await promise
} catch (e) {
console.warn(`Failed to load ${name} item ${key}`, e)
} finally {
pending.delete(key)
}