mol_text_distance 0.0.1406 → 0.0.1408

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
@@ -4030,6 +4030,7 @@ var $;
4030
4030
  return handler();
4031
4031
  }
4032
4032
  catch (error) {
4033
+ console.error(error);
4033
4034
  return error;
4034
4035
  }
4035
4036
  }