mol_plot_all 1.2.539 → 1.2.541

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.test.js CHANGED
@@ -3020,7 +3020,7 @@ var $;
3020
3020
  });
3021
3021
  return Object.assign(promise, {
3022
3022
  destructor: () => {
3023
- if (!done)
3023
+ if (!done && !controller.signal.aborted)
3024
3024
  controller.abort();
3025
3025
  },
3026
3026
  });