added additional logging
This commit is contained in:
parent
26900abaa6
commit
856b408613
1 changed files with 2 additions and 0 deletions
|
@ -118,9 +118,11 @@ module.exports = {
|
|||
},
|
||||
})
|
||||
.then(response => {
|
||||
logger.verbose('createChannel response:', response);
|
||||
handleResponse(response, resolve, reject);
|
||||
})
|
||||
.catch(error => {
|
||||
logger.error('createChannel error:', error);
|
||||
reject(error);
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue