We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 447c315 commit ab0be38Copy full SHA for ab0be38
09-behavioral-design-patterns/13-middleware-zmq/client.js
@@ -19,7 +19,7 @@ async function main () {
19
20
setInterval(() => {
21
zmqm.send({ action: 'ping', echo: Date.now() })
22
- .catch(err => console.log(err))
+ .catch(err => console.error(err))
23
}, 1000)
24
25
console.log('Client connected')
0 commit comments