fix(core): update

This commit is contained in:
Philipp Kunz 2021-02-02 21:59:54 +00:00
parent 703cbedad4
commit 588179335a

View File

@ -22,7 +22,7 @@ const portProxyCalls = {
from.end(); from.end();
to.end(); to.end();
from.removeAllListeners(); from.removeAllListeners();
to.removeEventListener(); to.removeAllListeners();
from.unpipe(); from.unpipe();
to.unpipe(); to.unpipe();
} }