mol_plot_all 1.2.965 → 1.2.966

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.mjs CHANGED
@@ -808,7 +808,7 @@ var $;
808
808
  destructor: result['destructor'] ?? (() => { })
809
809
  });
810
810
  handled.add(result);
811
- const error = new Error();
811
+ const error = new Error(`Promise in ${this}`);
812
812
  Object.defineProperty(result, 'stack', { get: () => error.stack });
813
813
  }
814
814
  if (!$mol_promise_like(result)) {