add better logging

This commit is contained in:
Abhinav 2022-03-13 14:41:00 +05:30
parent 5c18cc2c7f
commit 1eee3c8093

View file

@ -200,6 +200,8 @@ export default function PublicCollectionGallery() {
);
setPublicCollection(null);
setPublicFiles(null);
} else {
logError(e, 'failed to sync with remote');
}
} finally {
finishLoadingBar();