mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 19:05:59 +01:00
moved becca to top level source dir
This commit is contained in:
@@ -249,7 +249,7 @@ function transactional(func) {
|
||||
if (entityChanges.length > 0) {
|
||||
log.info("Transaction rollback dirtied the becca, forcing reload.");
|
||||
|
||||
require('./becca/becca_loader.js').load();
|
||||
require('../becca/becca_loader.js').load();
|
||||
}
|
||||
|
||||
throw e;
|
||||
|
||||
Reference in New Issue
Block a user