chore: log json error response

This commit is contained in:
calebboyd
2018-10-24 14:28:34 -05:00
parent 2ea0f897d5
commit c681a62566
+1 -2
View File
@@ -78,8 +78,7 @@ async function build() {
'Content-Type': 'application/octet-stream'
}
}).catch(reason => {
console.log(reason)
console.log(reason && reason.body)
console.log(reason && reason.response && reason.response.body)
throw reason
})
console.log(target + ' uploaded.')