mirror of
https://github.com/zadam/trilium.git
synced 2025-11-06 21:36:05 +01:00
always use template strings instead of string concatenation
This commit is contained in:
@@ -47,7 +47,7 @@ async function backupNow(name) {
|
||||
|
||||
await sql.copyDatabase(backupFile);
|
||||
|
||||
log.info("Created backup at " + backupFile);
|
||||
log.info(`Created backup at ${backupFile}`);
|
||||
|
||||
return backupFile;
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user