mol_crypto_lib 0.1.1730 → 0.1.1731

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.mjs CHANGED
@@ -325,6 +325,7 @@ var $;
325
325
  return handler();
326
326
  }
327
327
  catch (error) {
328
+ console.error(error);
328
329
  return error;
329
330
  }
330
331
  }
package/node.test.js CHANGED
@@ -316,6 +316,7 @@ var $;
316
316
  return handler();
317
317
  }
318
318
  catch (error) {
319
+ console.error(error);
319
320
  return error;
320
321
  }
321
322
  }