mol_mutable 0.0.1133 → 0.0.1134

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
@@ -4007,6 +4007,7 @@ var $;
4007
4007
  return handler();
4008
4008
  }
4009
4009
  catch (error) {
4010
+ console.error(error);
4010
4011
  return error;
4011
4012
  }
4012
4013
  }