back to stock node-pty

This commit is contained in:
Eugene Pankov
2021-06-30 18:32:18 +02:00
parent 43cd3318da
commit 0cf4945175
5 changed files with 67 additions and 67 deletions

View File

@@ -1,4 +1,4 @@
import * as nodePTY from '@terminus-term/node-pty'
import * as nodePTY from 'node-pty'
import { StringDecoder } from './stringDecoder'
import { v4 as uuidv4 } from 'uuid'
import { ipcMain } from 'electron'