mol_plot_all 1.2.463 → 1.2.465

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/node.test.js CHANGED
@@ -7826,6 +7826,9 @@ var $;
7826
7826
  try {
7827
7827
  this.watch()?.();
7828
7828
  }
7829
+ catch (error) {
7830
+ $mol_fail_log(error);
7831
+ }
7829
7832
  finally {
7830
7833
  for (const pub of $mol_wire_auto().pub_list) {
7831
7834
  if (pub instanceof $mol_wire_fiber) {