mirror of
https://github.com/zadam/trilium.git
synced 2025-03-01 14:22:32 +01:00
parent
1a4f35470c
commit
d9e8cff00f
@ -64,13 +64,12 @@ async function getWidgetBundlesByParent() {
|
|||||||
|
|
||||||
try {
|
try {
|
||||||
widget = await executeBundle(bundle);
|
widget = await executeBundle(bundle);
|
||||||
|
widgetsByParent.add(widget);
|
||||||
}
|
}
|
||||||
catch (e) {
|
catch (e) {
|
||||||
logError("Widget initialization failed: ", e);
|
logError("Widget initialization failed: ", e);
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
widgetsByParent.add(widget);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
return widgetsByParent;
|
return widgetsByParent;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user