We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d671dc commit e7eed6fCopy full SHA for e7eed6f
1 file changed
src/deploy/hosting/uploader.ts
@@ -250,7 +250,7 @@ export class Uploader {
250
logger.debug(
251
`[hosting][upload] ${this.hashMap[toUpload]} (${toUpload}) HTTP ERROR ${
252
res.status
253
- }: headers=${JSON.stringify(res.response.headers)} ${errorMessage}`,
+ }: headers=${JSON.stringify(res.response.headers.raw())} ${errorMessage}`,
254
);
255
throw new Error(`Unexpected error while uploading file: ${errorMessage}`);
256
}
0 commit comments