guh
This commit is contained in:
parent
e95b3732b7
commit
cfcf79d7cd
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ if (hf.config.proxy) {
|
||||||
if (ws == null) {
|
if (ws == null) {
|
||||||
this._ws = null;
|
this._ws = null;
|
||||||
} else {
|
} else {
|
||||||
this._ws = WebSocket(this.endpoint.href, {agent});
|
this._ws = new WebSocket(this.endpoint.href, {agent});
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue