mirror of
https://github.com/zadam/trilium.git
synced 2025-11-03 11:56:01 +01:00
cosmetic cleanup, mostly in encryption
This commit is contained in:
@@ -21,7 +21,7 @@ function info(message) {
|
||||
}
|
||||
|
||||
function error(message) {
|
||||
// we're using .info() instead of .error() because simple-node-logger emits weird error for error()
|
||||
// we're using .info() instead of .error() because simple-node-logger emits weird error for showError()
|
||||
info(message);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user