fix getCachedFile error log

This commit is contained in:
Abhinav 2023-12-14 16:11:21 +05:30
parent 94b23ac194
commit c5b2a0632e

View file

@ -141,7 +141,7 @@ class DownloadManagerImpl {
);
return cacheResp?.clone();
} catch (e) {
logError(e, 'failed to get cached thumbnail');
logError(e, 'failed to get cached file');
throw e;
}
}