Skip to content

Commit 5a5faf1

Browse files
committed
chore: add logging for response message
1 parent 18d8df8 commit 5a5faf1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: bin/helpers/buildArtifacts.js

+1
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ const downloadAndUnzip = async (filePath, fileName, url) => {
114114
reject(Constants.userMessages.DOWNLOAD_BUILD_ARTIFACTS_NOT_FOUND);
115115
}
116116
const errorMsg = `Non 200 status code, got status code: ${response.statusCode}`;
117+
logger.debug(`${errorMsg} with response: ${response.message}`);
117118
reject(errorMsg);
118119
} else {
119120
//ensure that the user can call `then()` only when the file has

0 commit comments

Comments
 (0)