bumped node-pty

This commit is contained in:
Eugene Pankov
2019-01-16 16:25:43 +00:00
parent 21cfd14f1c
commit 4e4d8a0e91
3 changed files with 3 additions and 3 deletions

View File

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