arky-sdk 0.7.85 → 0.7.86

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/dist/index.js CHANGED
@@ -816,6 +816,7 @@ function createHttpClient(cfg) {
816
816
  fetchOpts.headers = headers;
817
817
  return request(method, path, body, { ...options, _retried: true });
818
818
  } catch (refreshError) {
819
+ throw refreshError;
819
820
  }
820
821
  }
821
822
  try {