mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 19:05:59 +01:00
logging JS errors to backend logs
This commit is contained in:
@@ -121,7 +121,7 @@ const contextMenu = (function() {
|
||||
treeChanges.deleteNode(node);
|
||||
}
|
||||
else {
|
||||
console.log("Unknown command: " + ui.cmd);
|
||||
messaging.logError("Unknown command: " + ui.cmd);
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user