We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 941a431 commit 508bb7fCopy full SHA for 508bb7f
benchmark/proxy.js
@@ -3,5 +3,5 @@ require('http').createServer(function (req, res) {
3
proxy.web(req, res, {
4
hostname: 'localhost',
5
port: 9000
6
- }, err => console.error(err))
+ }, err => err && console.error(err))
7
}).listen(8000)
0 commit comments