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/web.js CHANGED
@@ -1505,6 +1505,8 @@ var $;
1505
1505
  function $mol_fail_catch(error) {
1506
1506
  if (typeof error !== 'object')
1507
1507
  return false;
1508
+ if (error instanceof Promise)
1509
+ $mol_fail_hidden(error);
1508
1510
  if (cacthed.get(error))
1509
1511
  return false;
1510
1512
  cacthed.set(error, true);