fix(core): update
This commit is contained in:
parent
6168b07414
commit
b5fcdadd3d
@ -25,6 +25,8 @@ const portProxyCalls = {
|
|||||||
to.removeAllListeners();
|
to.removeAllListeners();
|
||||||
from.unpipe();
|
from.unpipe();
|
||||||
to.unpipe();
|
to.unpipe();
|
||||||
|
from.destroy();
|
||||||
|
to.destroy();
|
||||||
}
|
}
|
||||||
netServer = net
|
netServer = net
|
||||||
.createServer((from) => {
|
.createServer((from) => {
|
||||||
|
Loading…
Reference in New Issue
Block a user