mol_dump_lib 0.0.940 → 0.0.941

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
@@ -1676,6 +1676,7 @@ var $;
1676
1676
  return handler();
1677
1677
  }
1678
1678
  catch (error) {
1679
+ console.error(error);
1679
1680
  return error;
1680
1681
  }
1681
1682
  }