1
0
mirror of https://github.com/Eugeny/tabby.git synced 2025-08-31 21:51:50 +00:00
This commit is contained in:
Eugene Pankov
2018-11-11 12:38:51 +01:00
parent 8cfaf9082b
commit 64fc36df51
2 changed files with 0 additions and 3 deletions
scripts
terminus-terminal/src/services

@@ -20,5 +20,4 @@ exports.bundledModules = [
'@angular', '@angular',
'@ng-bootstrap', '@ng-bootstrap',
] ]
exports.nativeModules = ['node-pty-tmp', 'font-manager', 'xkeychain', 'electron-vibrancy']
exports.electronVersion = pkgInfo.devDependencies.electron exports.electronVersion = pkgInfo.devDependencies.electron

@@ -18,9 +18,7 @@ let windowsProcessTree
try { try {
windowsProcessTree = require('windows-process-tree') windowsProcessTree = require('windows-process-tree')
} catch (e) { } catch (e) {
console.error(e)
} // tslint:disable-line } // tslint:disable-line
console.error(windowsProcessTree)
export interface IChildProcess { export interface IChildProcess {
pid: number pid: number