build fix

This commit is contained in:
Eugene Pankov
2021-04-04 21:18:46 +02:00
parent 62bdcb1af4
commit 797265abb1
4 changed files with 2 additions and 10 deletions

View File

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