fix(core): update
This commit is contained in:
parent
48dd3c3cca
commit
c1133e9131
@ -53,7 +53,7 @@ export class Smartshell {
|
|||||||
const execChildProcess = cp.spawn(commandToExecute, [], {
|
const execChildProcess = cp.spawn(commandToExecute, [], {
|
||||||
shell: true,
|
shell: true,
|
||||||
env: process.env,
|
env: process.env,
|
||||||
detached: true
|
detached: false
|
||||||
});
|
});
|
||||||
|
|
||||||
this.smartexit.addProcess(execChildProcess);
|
this.smartexit.addProcess(execChildProcess);
|
||||||
|
Loading…
Reference in New Issue
Block a user