client: Improve logging for basic sync crash

This commit is contained in:
Elian Doran
2024-10-24 18:47:16 +03:00
parent 48b0af1bba
commit 81ca0a3776
6 changed files with 28 additions and 8 deletions

View File

@@ -75,6 +75,7 @@ async function getWidgetBundlesByParent() {
try {
widget = await executeBundle(bundle);
widget._noteId = bundle.noteId;
widgetsByParent.add(widget);
}
catch (e) {