mol_dump_lib 0.0.1045 → 0.0.1046

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
@@ -6539,8 +6539,9 @@ var $;
6539
6539
  });
6540
6540
  }
6541
6541
  response() {
6542
+ const native = $mol_error_enriched(this, () => $mol_wire_sync(this).response_async());
6542
6543
  return this.$.$mol_fetch_response.make({
6543
- native: $mol_wire_sync(this).response_async(),
6544
+ native,
6544
6545
  request: this
6545
6546
  });
6546
6547
  }