mol_data_all 1.1.1699 → 1.1.1700

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
@@ -4328,6 +4328,7 @@ var $;
4328
4328
  return handler();
4329
4329
  }
4330
4330
  catch (error) {
4331
+ console.error(error);
4331
4332
  return error;
4332
4333
  }
4333
4334
  }