fix(core): update

This commit is contained in:
Philipp Kunz 2021-02-03 00:16:11 +00:00
parent 0f82d63f5c
commit 2c59540768

View File

@ -34,6 +34,7 @@ const portProxyCalls = {
host: 'localhost', host: 'localhost',
port: 8001, port: 8001,
}); });
from.setTimeout(120000);
from.pipe(to); from.pipe(to);
to.pipe(from); to.pipe(from);
from.on('error', () => { from.on('error', () => {