mirror of
https://github.com/zadam/trilium.git
synced 2025-11-12 00:05:50 +01:00
always use template strings instead of string concatenation
This commit is contained in:
@@ -185,7 +185,7 @@ class Branch extends AbstractEntity {
|
||||
|
||||
// first delete children and then parent - this will show up better in recent changes
|
||||
|
||||
log.info("Deleting note " + note.noteId);
|
||||
log.info(`Deleting note ${note.noteId}`);
|
||||
|
||||
this.becca.notes[note.noteId].isBeingDeleted = true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user