mirror of
https://github.com/zadam/trilium.git
synced 2025-11-06 13:26:01 +01:00
export root note fix, #2346
This commit is contained in:
@@ -13,7 +13,7 @@ function exportBranch(req, res) {
|
||||
const branch = becca.getBranch(branchId);
|
||||
|
||||
if (!branch) {
|
||||
const message = `Cannot export branch ${branchId} since it does not exist.`;
|
||||
const message = `Cannot export branch '${branchId}' since it does not exist.`;
|
||||
log.error(message);
|
||||
|
||||
res.setHeader("Content-Type", "text/plain")
|
||||
|
||||
Reference in New Issue
Block a user