Skip to content

Commit 689459f

Browse files
committed
typo
1 parent 53a2653 commit 689459f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/http-proxy/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ function createRightProxy(type) {
6969
options[e] = parse_url(options[e]);
7070
});
7171

72-
if(typeof this.emit == 'undefined' && !cbl) { throw new Error("You need to pass a callback to handle errors") }
72+
if(typeof this.emit === 'undefined' && !cbl) { throw new Error("You need to pass a callback to handle errors") }
7373

7474
for(var i=0; i < passes.length; i++) {
7575
/**

0 commit comments

Comments
 (0)