mol_view_tree2_lib 1.0.108 → 1.0.109

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/web.mjs CHANGED
@@ -3452,6 +3452,7 @@ var $;
3452
3452
  return handler();
3453
3453
  }
3454
3454
  catch (error) {
3455
+ console.error(error);
3455
3456
  return error;
3456
3457
  }
3457
3458
  }