fix typo
This commit is contained in:
parent
b4cd1d0dae
commit
f0bfbfc479
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +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
|
||||
// ignoring the error, as it would get retried on the next run
|
||||
}
|
||||
this.evictLeastRecentlyUsed(cacheDir, maxSize);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue