mirror of
https://github.com/zadam/trilium.git
synced 2025-11-16 18:25:51 +01:00
improvements to error logging in frontend
This commit is contained in:
@@ -64,7 +64,7 @@ async function getWidgetBundlesByParent() {
|
||||
widget = await executeBundle(bundle);
|
||||
}
|
||||
catch (e) {
|
||||
console.error("Widget initialization failed: ", e);
|
||||
logError("Widget initialization failed: ", e);
|
||||
continue;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user