mol_key 0.0.1473 → 0.0.1474

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
@@ -565,6 +565,7 @@ var $;
565
565
  return handler();
566
566
  }
567
567
  catch (error) {
568
+ console.error(error);
568
569
  return error;
569
570
  }
570
571
  }