mol_charset_ucf 0.0.11 → 0.0.13

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
@@ -4138,6 +4138,7 @@ var $;
4138
4138
  return handler();
4139
4139
  }
4140
4140
  catch (error) {
4141
+ console.error(error);
4141
4142
  return error;
4142
4143
  }
4143
4144
  }