bumped node-pty

This commit is contained in:
Eugene Pankov
2019-03-08 13:11:01 +01:00
parent 1a46f0ec3c
commit 2227f2cff3
4 changed files with 10 additions and 10 deletions

View File

@@ -322,7 +322,7 @@ export class SessionsService {
constructor (
log: LogService,
) {
nodePTY = require('node-pty')
nodePTY = require('@terminus-term/node-pty')
nodePTY = require('../bufferizedPTY')(nodePTY)
this.logger = log.create('sessions')
}