mol_tree2 1.0.1308 → 1.0.1309

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
@@ -2977,6 +2977,7 @@ var $;
2977
2977
  return handler();
2978
2978
  }
2979
2979
  catch (error) {
2980
+ console.error(error);
2980
2981
  return error;
2981
2982
  }
2982
2983
  }