mol_regexp 0.0.1750 → 0.0.1752

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
@@ -4272,6 +4272,7 @@ var $;
4272
4272
  return handler();
4273
4273
  }
4274
4274
  catch (error) {
4275
+ console.error(error);
4275
4276
  return error;
4276
4277
  }
4277
4278
  }