mirror of
https://github.com/mempool/mempool.git
synced 2025-10-11 13:53:13 +02:00
Adding missing error cause messages.
This commit is contained in:
@@ -41,7 +41,7 @@ class DiskCache {
|
||||
}));
|
||||
logger.debug('Mempool and blocks data saved to disk cache');
|
||||
} catch (e) {
|
||||
logger.warn('Error writing to cache file asynchronously');
|
||||
logger.warn('Error writing to cache file asynchronously: ' + e.message || e);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user