Skip to content
This repository has been archived by the owner on Feb 11, 2020. It is now read-only.

Commit

Permalink
forward ascoltatori error events
Browse files Browse the repository at this point in the history
Fixes #548
  • Loading branch information
mcollina committed Sep 30, 2016
1 parent 0cb314a commit ab4b35d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,7 @@ function Server(opts, callback) {
}
else {
that.ascoltatore = ascoltatori.build(that.modernOpts.backend, done);
that.ascoltatore.on('error', that.emit.bind(that, 'error'));
}
},

Expand Down

0 comments on commit ab4b35d

Please sign in to comment.