mirror of
https://github.com/Eugeny/tabby.git
synced 2025-08-20 00:01:54 +00:00
bumped node-pty
This commit is contained in:
@@ -40,10 +40,10 @@
|
|||||||
"terminus-settings": "*"
|
"terminus-settings": "*"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@terminus-term/node-pty": "0.8.0-1",
|
|
||||||
"font-manager": "0.3.0",
|
"font-manager": "0.3.0",
|
||||||
"hterm-umdjs": "1.4.1",
|
"hterm-umdjs": "1.4.1",
|
||||||
"mz": "^2.6.0",
|
"mz": "^2.6.0",
|
||||||
|
"node-pty": "^0.8.0",
|
||||||
"ps-node": "^0.1.6",
|
"ps-node": "^0.1.6",
|
||||||
"runes": "^0.4.2"
|
"runes": "^0.4.2"
|
||||||
},
|
},
|
||||||
|
@@ -290,7 +290,7 @@ export class SessionsService {
|
|||||||
constructor (
|
constructor (
|
||||||
log: LogService,
|
log: LogService,
|
||||||
) {
|
) {
|
||||||
nodePTY = require('@terminus-term/node-pty')
|
nodePTY = require('node-pty')
|
||||||
nodePTY = require('../bufferizedPTY')(nodePTY)
|
nodePTY = require('../bufferizedPTY')(nodePTY)
|
||||||
this.logger = log.create('sessions')
|
this.logger = log.create('sessions')
|
||||||
}
|
}
|
||||||
|
@@ -61,7 +61,7 @@ module.exports = {
|
|||||||
'windows-process-tree',
|
'windows-process-tree',
|
||||||
'mz/fs',
|
'mz/fs',
|
||||||
'mz/child_process',
|
'mz/child_process',
|
||||||
'@terminus-term/node-pty',
|
'node-pty',
|
||||||
/^rxjs/,
|
/^rxjs/,
|
||||||
/^@angular/,
|
/^@angular/,
|
||||||
/^@ng-bootstrap/,
|
/^@ng-bootstrap/,
|
||||||
|
Reference in New Issue
Block a user