mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 10:55:55 +01:00
renamed noteCache into becca
This commit is contained in:
@@ -247,7 +247,7 @@ function transactional(func) {
|
||||
const entityChanges = cls.getAndClearEntityChanges();
|
||||
|
||||
if (entityChanges.length > 0) {
|
||||
log.info("Transaction rollback dirtied the note cache, forcing reload.");
|
||||
log.info("Transaction rollback dirtied the becca, forcing reload.");
|
||||
|
||||
require('./note_cache/note_cache_loader').load();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user