mol_wire_lib 1.0.972 → 1.0.973

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
@@ -782,7 +782,7 @@ var $;
782
782
  destructor: result['destructor'] ?? (() => { })
783
783
  });
784
784
  handled.add(result);
785
- const error = new Error();
785
+ const error = new Error(`Promise in ${this}`);
786
786
  Object.defineProperty(result, 'stack', { get: () => error.stack });
787
787
  }
788
788
  if (!$mol_promise_like(result)) {