moved becca to top level source dir

This commit is contained in:
zadam
2021-05-17 22:09:49 +02:00
parent 8bd3e17a3b
commit 439ef4a8cb
58 changed files with 118 additions and 118 deletions

View File

@@ -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;