mol_compare_deep 0.0.1488 → 0.0.1490

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
@@ -642,6 +642,7 @@ var $;
642
642
  return handler();
643
643
  }
644
644
  catch (error) {
645
+ console.error(error);
645
646
  return error;
646
647
  }
647
648
  }