We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53a2653 commit 689459fCopy full SHA for 689459f
lib/http-proxy/index.js
@@ -69,7 +69,7 @@ function createRightProxy(type) {
69
options[e] = parse_url(options[e]);
70
});
71
72
- if(typeof this.emit == 'undefined' && !cbl) { throw new Error("You need to pass a callback to handle errors") }
+ if(typeof this.emit === 'undefined' && !cbl) { throw new Error("You need to pass a callback to handle errors") }
73
74
for(var i=0; i < passes.length; i++) {
75
/**
0 commit comments