mol_plot_all 1.2.451 → 1.2.452

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
@@ -2004,6 +2004,8 @@ var $;
2004
2004
  function $mol_fail_catch(error) {
2005
2005
  if (typeof error !== 'object')
2006
2006
  return false;
2007
+ if (error instanceof Promise)
2008
+ $mol_fail_hidden(error);
2007
2009
  if (cacthed.get(error))
2008
2010
  return false;
2009
2011
  cacthed.set(error, true);