mirror of
https://github.com/zadam/trilium.git
synced 2025-10-28 16:56:34 +01:00
parent-child relationship is now stored in notes_parent table
This commit is contained in:
@@ -128,9 +128,11 @@ async function wrap(func) {
|
||||
return await func(db);
|
||||
}
|
||||
catch (e) {
|
||||
log.error("Error executing query. Inner exception: " + e.stack + error.stack);
|
||||
const thisError = new Error();
|
||||
|
||||
throw new Error();
|
||||
log.error("Error executing query. Inner exception: " + e.stack + thisError.stack);
|
||||
|
||||
throw thisError;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user