added additional logging

This commit is contained in:
bill bittner 2017-10-17 12:12:39 -07:00
parent 26900abaa6
commit 856b408613

View file

@ -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);
});
});