mirror of
https://github.com/zadam/trilium.git
synced 2025-11-05 04:45:47 +01:00
small fixes
This commit is contained in:
@@ -410,7 +410,7 @@ class ConsistencyChecks {
|
||||
noteRevision.isErased = true;
|
||||
noteRevision.save();
|
||||
|
||||
logFix(`Note revision ${noteRevisionId} content was set to empty string since it was null even though it is not erased`);
|
||||
logFix(`Note revision ${noteRevisionId} content was set to erased since it was null even though it was not erased`);
|
||||
} else {
|
||||
logError(`Note revision ${noteRevisionId} content is null even though it is not erased`);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user