Skip to content

Commit

Permalink
Removed throw in example.js.
Browse files Browse the repository at this point in the history
Fixes moscajs#12.
  • Loading branch information
mcollina committed Nov 25, 2015
1 parent 37f5ddd commit 5973743
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion example.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ server.listen(port, function () {

aedes.on('clientError', function (client, err) {
console.log('client error', client.id, err.message)
throw err
})

aedes.on('publish', function (packet, client) {
Expand Down

0 comments on commit 5973743

Please sign in to comment.