We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f305b8a commit e852c4bCopy full SHA for e852c4b
service/src/storage.ts
@@ -16,6 +16,7 @@ let initBuckets = async () => {
16
return;
17
} catch (err) {
18
console.error('Error initializing storage buckets, retrying...');
19
+ console.error(err);
20
}
21
22
await delay(5000);
0 commit comments