Merge remote-tracking branch 'origin/master'

This commit is contained in:
zadam 2021-04-21 23:03:16 +02:00
commit c5b0c60797

View file

@ -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;