Update pty.ts

This commit is contained in:
Jai A P
2023-06-21 22:23:12 +05:30
committed by GitHub
parent 07497ac869
commit 6bbe3b82dd

View File

@@ -1,4 +1,4 @@
import * as nodePTY from '@tabby-gang/node-pty'
import * as nodePTY from 'node-pty'
import { v4 as uuidv4 } from 'uuid'
import { ipcMain } from 'electron'
import { Application } from './app'