add log
This commit is contained in:
parent
218b6214ce
commit
b4cd1d0dae
1 changed files with 1 additions and 0 deletions
|
@ -58,6 +58,7 @@ class DiskLRUService {
|
|||
} catch (e) {
|
||||
if (e.code === 'ENOENT') return;
|
||||
logError(e, 'Failed to evict least recently used');
|
||||
// ignoring the error, as it would retried on the next run
|
||||
}
|
||||
this.evictLeastRecentlyUsed(cacheDir, maxSize);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue