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