mirror of
https://github.com/donl/plivo-node.git
synced 2026-06-09 06:12:40 -06:00
added the some error logs
This commit is contained in:
parent
1339b89e28
commit
5d2868bdef
1 changed files with 1 additions and 1 deletions
|
|
@ -231,7 +231,7 @@ export function Axios(config) {
|
|||
.catch(function (error) {
|
||||
// handle error
|
||||
// console.log(error);
|
||||
reject(error.stack);
|
||||
reject(error.stack + '\n' + JSON.stringify(error.response.data));
|
||||
})
|
||||
});
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue