Skip to content

Commit c16d592

Browse files
committed
release: v2.10.0
1 parent 31dbafe commit c16d592

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ async function wrapRequest(request) {
209209
}
210210

211211
if (readableErrMsg) {
212-
const responseMsg = `Response URL: ${response.url}\nResponse status: ${response.statusCode} (${response.statusMessage})\nResponse body : ${JSON.stringify(body)}`
212+
const responseMsg = `Response status: ${response.statusCode} (${response.statusMessage})\nResponse body : ${JSON.stringify(body)}`
213213
throw new Error(readableErrMsg + '\n' + responseMsg)
214214
}
215215

0 commit comments

Comments
 (0)