Skip to content

Commit e852c4b

Browse files
committed
better logging
1 parent f305b8a commit e852c4b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

service/src/storage.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ let initBuckets = async () => {
1616
return;
1717
} catch (err) {
1818
console.error('Error initializing storage buckets, retrying...');
19+
console.error(err);
1920
}
2021

2122
await delay(5000);

0 commit comments

Comments
 (0)