Skip to content

Commit 47fc048

Browse files
author
mac-pro
committed
c
1 parent b54aade commit 47fc048

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/utils/common.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ common.createFileFromRequest = function (url, filePath) {
9494
reject(error);
9595
})
9696
.on('response', function (response) {
97+
log.debug('[response.request]', response.request.href,response.statusCode);
9798
if (response.statusCode == 200) {
9899
let stream = fs.createWriteStream(filePath);
99100
response.pipe(stream);

0 commit comments

Comments
 (0)