[fix] style spacing wtf

This commit is contained in:
Jarrett Cruger 2014-12-17 00:53:51 -07:00
parent 8a8a894092
commit ea0a4ded80

View File

@ -151,7 +151,7 @@ web_o = Object.keys(web_o).map(function(pass) {
// Allow us to listen when the proxy has completed
proxyRes.on('end', function () {
server.emit('end', req, res, proxyRes);
})
});
proxyRes.pipe(res);
});