mirror of
https://github.com/usebruno/bruno.git
synced 2026-06-15 20:01:28 +00:00
updates
This commit is contained in:
@@ -275,6 +275,8 @@ function makeAxiosInstance({
|
||||
type: 'error',
|
||||
message: safeStringifyJSON(errorResponseData?.toString?.())
|
||||
});
|
||||
// todo: needs to be discussed whether the original error response message should be modified or not
|
||||
error.response.data = `Maximum redirects (${requestMaxRedirects}) exceeded`;
|
||||
return Promise.reject(error);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user