We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 737b6f5 commit e4707bbCopy full SHA for e4707bb
1 file changed
lib/index.js
@@ -56,7 +56,7 @@ module.exports = function loopbackComponentMq(app, settings) {
56
rabbit.configure(settings.topology)
57
.then(() => debug('Rabbit topology configured'))
58
.catch(err => {
59
- RabbitMQ.log.error('Unable to configure Rabbit topology', err.cause)
+ RabbitMQ.log.error('Unable to configure Rabbit topology', err)
60
process.exit(1)
61
})
62
0 commit comments