More tests
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user