fix(core): update
This commit is contained in:
parent
48dd3c3cca
commit
c1133e9131
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user