mirror of
https://github.com/zadam/trilium.git
synced 2025-11-02 03:16:11 +01:00
fix for cloned notes at root level + better logging
This commit is contained in:
@@ -4,7 +4,7 @@ const messaging = (function() {
|
||||
let ws = null;
|
||||
|
||||
function logError(message) {
|
||||
console.error(message);
|
||||
console.trace(message);
|
||||
|
||||
if (ws && ws.readyState === 1) {
|
||||
ws.send(JSON.stringify({
|
||||
|
||||
Reference in New Issue
Block a user