mirror of
https://github.com/Eugeny/tabby.git
synced 2025-10-04 22:14:55 +00:00
pulled in the freshest node-pty (fixes #23)
This commit is contained in:
@@ -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())
|
||||
|
Reference in New Issue
Block a user