mirror of
https://github.com/http-party/node-http-proxy.git
synced 2025-12-08 20:59:18 +00:00
typo
This commit is contained in:
parent
53a2653b5e
commit
689459fe46
@ -69,7 +69,7 @@ function createRightProxy(type) {
|
||||
options[e] = parse_url(options[e]);
|
||||
});
|
||||
|
||||
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") }
|
||||
|
||||
for(var i=0; i < passes.length; i++) {
|
||||
/**
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user