mirror of
https://github.com/mempool/mempool.git
synced 2025-10-11 10:53:04 +02:00
Fix log typo
This commit is contained in:
@@ -62,7 +62,7 @@ class DiskCache {
|
||||
}
|
||||
|
||||
wipeCache() {
|
||||
logger.notice(`Wipping nodejs backend cache/cache*.json files`);
|
||||
logger.notice(`Wiping nodejs backend cache/cache*.json files`);
|
||||
try {
|
||||
fs.unlinkSync(DiskCache.FILE_NAME);
|
||||
} catch (e: any) {
|
||||
|
Reference in New Issue
Block a user