mirror of
https://github.com/zadam/trilium.git
synced 2025-12-24 00:59:55 +01:00
fix for cloned notes at root level + better logging
This commit is contained in:
@@ -31,7 +31,9 @@ function showError(message) {
|
||||
}
|
||||
|
||||
function throwError(message) {
|
||||
throw new Error(message + ':' + new Error().stack);
|
||||
messaging.logError(message);
|
||||
|
||||
throw new Error(message);
|
||||
}
|
||||
|
||||
function getDateFromTS(timestamp) {
|
||||
|
||||
Reference in New Issue
Block a user