mirror of
https://github.com/Eugeny/tabby.git
synced 2025-06-25 13:59:52 +00:00
removed child_process redirection
This commit is contained in:
parent
1384d71ad8
commit
bfcc5b4cb9
@ -33,7 +33,3 @@ process.on('uncaughtException' as any, (err) => {
|
|||||||
Raven.captureException(err as any)
|
Raven.captureException(err as any)
|
||||||
console.error(err)
|
console.error(err)
|
||||||
})
|
})
|
||||||
|
|
||||||
const childProcess = require('child_process')
|
|
||||||
childProcess.spawn = require('electron').remote.require('child_process').spawn
|
|
||||||
childProcess.exec = require('electron').remote.require('child_process').exec
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user