mol_wire_lib 1.0.908 → 1.0.909

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
@@ -831,8 +831,7 @@ var $;
831
831
  }
832
832
  }
833
833
  catch (e) {
834
- e.message += '\n' + e.stack;
835
- throw e;
834
+ throw new Error(e.stack, { cause: e });
836
835
  }
837
836
  }
838
837
  step() {