Skip to content

Commit 2e7343d

Browse files
committed
[fix] making @jcrugzz a happy camper
1 parent 6a4294c commit 2e7343d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/caronte/streams/proxy.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ ProxyStream.prototype.onPipe = function(request) {
2121

2222
this.proxyReq.once('response', function(response) {
2323
self.onResponse(response);
24-
})
24+
});
2525
this.proxyReq.on('error', function() {}); // XXX TODO: add error handling
2626
}
2727

0 commit comments

Comments
 (0)