Merge branch 'master' of github.com:Eugeny/terminus

This commit is contained in:
Eugene Pankov
2018-11-15 12:39:59 +01:00
10 changed files with 69 additions and 43 deletions

View File

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