mirror of
https://github.com/zadam/trilium.git
synced 2025-11-05 04:45:47 +01:00
improvements to error logging in frontend
This commit is contained in:
@@ -36,7 +36,7 @@ class TabContext extends Component {
|
||||
resolvedNotePath = await treeService.resolveNotePath(inputNotePath);
|
||||
|
||||
if (!resolvedNotePath) {
|
||||
console.error(`Cannot resolve note path ${inputNotePath}`);
|
||||
logError(`Cannot resolve note path ${inputNotePath}`);
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user