mol_plot_all 1.2.462 → 1.2.464

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mol_plot_all",
3
- "version": "1.2.462",
3
+ "version": "1.2.464",
4
4
  "main": "node.js",
5
5
  "module": "node.esm.js",
6
6
  "browser": "web.js",
package/web.test.js CHANGED
@@ -1833,6 +1833,9 @@ var $;
1833
1833
  try {
1834
1834
  this.watch()?.();
1835
1835
  }
1836
+ catch (error) {
1837
+ $mol_fail_log(error);
1838
+ }
1836
1839
  finally {
1837
1840
  for (const pub of $mol_wire_auto().pub_list) {
1838
1841
  if (pub instanceof $mol_wire_fiber) {