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