mirror of
https://github.com/zadam/trilium.git
synced 2025-11-05 04:45:47 +01:00
migration fixes
This commit is contained in:
@@ -296,7 +296,7 @@ class ConsistencyChecks {
|
||||
for (const branch of branches.slice(1)) {
|
||||
branch.markAsDeleted();
|
||||
|
||||
logFix(`Removing branch '${branch.branchId}' since it's parent-child duplicate of branch '${origBranch.branchId}'`);
|
||||
logFix(`Removing branch '${branch.branchId}' since it's a parent-child duplicate of branch '${origBranch.branchId}'`);
|
||||
}
|
||||
|
||||
this.reloadNeeded = true;
|
||||
|
||||
Reference in New Issue
Block a user