We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdc467a commit 8387020Copy full SHA for 8387020
lib/mdns-server.js
@@ -83,9 +83,7 @@ Server.prototype._respondToQuery = function (query) {
83
})
84
}
85
86
- self.mdns.respond({ answers: answers, additionals: additionals }, function (err) {
87
- if (err) throw err // TODO: Handle this (if no callback is given, the error will be ignored)
88
- })
+ self.mdns.respond({ answers: answers, additionals: additionals })
89
90
91
0 commit comments