mirror of
https://github.com/Eugeny/tabby.git
synced 2025-10-05 14:34:54 +00:00
Electron 5 compat
This commit is contained in:
@@ -2,7 +2,7 @@ import { Observable } from 'rxjs'
|
||||
import { debounceTime, distinctUntilChanged, map } from 'rxjs/operators'
|
||||
import { exec } from 'mz/child_process'
|
||||
import deepEqual = require('deep-equal')
|
||||
const fontManager = require('font-manager')
|
||||
const fontManager = require('fontmanager-redux')
|
||||
|
||||
import { Component, Inject } from '@angular/core'
|
||||
import { ConfigService, HostAppService, Platform, ElectronService } from 'terminus-core'
|
||||
|
@@ -15,7 +15,7 @@ try {
|
||||
} catch { } // tslint:disable-line
|
||||
|
||||
try {
|
||||
var windowsProcessTree = require('windows-process-tree') // tslint:disable-line
|
||||
var windowsProcessTree = require('@terminus-term/windows-process-tree') // tslint:disable-line
|
||||
} catch { } // tslint:disable-line
|
||||
|
||||
export interface IChildProcess {
|
||||
|
Reference in New Issue
Block a user