Skip to content

Commit 5cabda4

Browse files
author
Bart Veneman
committed
respond with original statusCode
1 parent 5d5f9b3 commit 5cabda4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

api/v2/_extract-css-basic.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ export async function extractCss(url) {
109109
body = response.body
110110
headers = response.headers
111111
} catch (error) {
112+
console.error('status code', error.response?.statusCode)
112113
console.error(error)
113114
throw new HttpError({
114115
url,

0 commit comments

Comments
 (0)