fix(core): update

This commit is contained in:
Philipp Kunz 2019-05-27 15:30:52 +02:00
parent 48dd3c3cca
commit c1133e9131

View File

@ -53,7 +53,7 @@ export class Smartshell {
const execChildProcess = cp.spawn(commandToExecute, [], {
shell: true,
env: process.env,
detached: true
detached: false
});
this.smartexit.addProcess(execChildProcess);