mol_dump_lib 0.0.939 → 0.0.941

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.js CHANGED
@@ -113,6 +113,7 @@ var $;
113
113
  return handler();
114
114
  }
115
115
  catch (error) {
116
+ console.error(error);
116
117
  return error;
117
118
  }
118
119
  }