mirror of
https://github.com/zadam/trilium.git
synced 2025-11-09 23:05:51 +01:00
fix encrypting new notes
This commit is contained in:
@@ -84,7 +84,7 @@ function route(method, path, middleware, routeHandler, resultHandler, transactio
|
||||
}
|
||||
}
|
||||
catch (e) {
|
||||
log.info(`${method} ${path} threw exception: ` + e.stack);
|
||||
log.error(`${method} ${path} threw exception: ` + e.stack);
|
||||
|
||||
res.sendStatus(500);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user