pulled in the freshest node-pty (fixes #23)

This commit is contained in:
Eugene Pankov
2018-12-15 23:44:20 +01:00
parent 3469ec9b6b
commit d80c9a27d3
5 changed files with 1081 additions and 10 deletions

View File

@@ -261,7 +261,7 @@ export class SessionsService {
private config: ConfigService,
log: LogService,
) {
nodePTY = require('node-pty-tmp')
nodePTY = require('@terminus-term/node-pty')
nodePTY = require('../bufferizedPTY')(nodePTY)
this.logger = log.create('sessions')
this.persistenceProviders = this.config.enabledServices(this.persistenceProviders).filter(x => x.isAvailable())