mirror of
https://github.com/zadam/trilium.git
synced 2025-11-07 22:05:44 +01:00
moved becca to top level source dir
This commit is contained in:
@@ -8,11 +8,11 @@ const syncMutexService = require('./sync_mutex');
|
||||
const cls = require('./cls');
|
||||
const entityChangesService = require('./entity_changes.js');
|
||||
const optionsService = require('./options');
|
||||
const Branch = require('../services/becca/entities/branch');
|
||||
const Branch = require('../becca/entities/branch.js');
|
||||
const dateUtils = require('./date_utils');
|
||||
const attributeService = require('./attributes');
|
||||
const noteRevisionService = require('./note_revisions');
|
||||
const becca = require("./becca/becca");
|
||||
const becca = require("../becca/becca.js");
|
||||
|
||||
class ConsistencyChecks {
|
||||
constructor(autoFix) {
|
||||
@@ -579,7 +579,7 @@ class ConsistencyChecks {
|
||||
}
|
||||
|
||||
if (this.fixedIssues) {
|
||||
require("../services/becca/becca_loader").load();
|
||||
require("../becca/becca_loader.js").load();
|
||||
}
|
||||
|
||||
return !this.unrecoveredConsistencyErrors;
|
||||
|
||||
Reference in New Issue
Block a user