@fuel-ts/account 0.0.0-rc-2021-20240408141516 → 0.0.0-rc-2021-20240409111335

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.

Potentially problematic release.


This version of @fuel-ts/account might be problematic. Click here for more details.

@@ -988,7 +988,9 @@ var _FuelGraphqlSubscriber = class {
988
988
  } catch (e) {
989
989
  throw new FuelError(
990
990
  ErrorCode.STREAM_PARSING_ERROR,
991
- `Error while parsing stream data response: ${text}`
991
+ `Error while parsing stream data response: ${text}
992
+
993
+ Thrown error: ${e}`
992
994
  );
993
995
  }
994
996
  if (Array.isArray(errors)) {