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();
to.end();
from.removeAllListeners();
to.removeEventListener();
to.removeAllListeners();
from.unpipe();
to.unpipe();
}