node-pty and flow control fixes - fixed #3695, fixed #3701, fixed #3696, fixed #3690

This commit is contained in:
Eugene Pankov
2021-04-16 20:15:39 +02:00
parent 8f0ba06f63
commit 4f32908c48
7 changed files with 30 additions and 25 deletions

View File

@@ -44,7 +44,7 @@ module.exports = {
glasstron: 'commonjs glasstron',
mz: 'commonjs mz',
npm: 'commonjs npm',
'node-pty': 'commonjs node-pty',
'@terminus-term/node-pty': 'commonjs @terminus-term/node-pty',
path: 'commonjs path',
rxjs: 'commonjs rxjs',
'rxjs/operators': 'commonjs rxjs/operators',