mol_view_tree2_lib 1.0.219 → 1.0.221

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
@@ -5303,8 +5303,9 @@ var $;
5303
5303
  });
5304
5304
  }
5305
5305
  response() {
5306
+ const native = $mol_error_enriched(this, () => $mol_wire_sync(this).response_async());
5306
5307
  return this.$.$mol_fetch_response.make({
5307
- native: $mol_wire_sync(this).response_async(),
5308
+ native,
5308
5309
  request: this
5309
5310
  });
5310
5311
  }