@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.

package/dist/index.js CHANGED
@@ -1144,7 +1144,9 @@ var _FuelGraphqlSubscriber = class {
1144
1144
  } catch (e) {
1145
1145
  throw new import_errors.FuelError(
1146
1146
  import_errors.ErrorCode.STREAM_PARSING_ERROR,
1147
- `Error while parsing stream data response: ${text}`
1147
+ `Error while parsing stream data response: ${text}
1148
+
1149
+ Thrown error: ${e}`
1148
1150
  );
1149
1151
  }
1150
1152
  if (Array.isArray(errors)) {