mirror of
https://github.com/donl/plivo-node.git
synced 2026-06-05 22:08:26 -06:00
added the error
This commit is contained in:
parent
c523ffb7e3
commit
1339b89e28
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);
|
||||
reject(error.stack);
|
||||
})
|
||||
});
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue