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