mirror of
https://github.com/zadam/trilium.git
synced 2025-01-15 19:51:57 +08:00
parent
1a4f35470c
commit
d9e8cff00f
1 changed files with 1 additions and 2 deletions
|
@ -64,13 +64,12 @@ async function getWidgetBundlesByParent() {
|
|||
|
||||
try {
|
||||
widget = await executeBundle(bundle);
|
||||
widgetsByParent.add(widget);
|
||||
}
|
||||
catch (e) {
|
||||
logError("Widget initialization failed: ", e);
|
||||
continue;
|
||||
}
|
||||
|
||||
widgetsByParent.add(widget);
|
||||
}
|
||||
|
||||
return widgetsByParent;
|
||||
|
|
Loading…
Reference in a new issue