0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-07 14:12:43 +00:00

Updated error message on failure to set permissions on Google Drive file

This commit is contained in:
G.Ambatte
2025-11-15 15:37:01 +13:00
parent 7547454084
commit 1adbbc2ced

View File

@@ -243,7 +243,7 @@ const GoogleActions = {
fields : 'id', fields : 'id',
}) })
.catch((err)=>{ .catch((err)=>{
console.log('Error updating permissions'); console.log('Error updating permissions on Google Drive file');
console.error(err); console.error(err);
}); });
} }