i would recommend to force the killing process and use the PID
https://github.com/bitovi/launchpad/blob/master/lib/local/instance.js#L90
should be: command = 'taskkill /f /pid ' + this.id;
on my windows machine the taskkill was not working an node will not exit because a chrome will still exists
i would recommend to force the killing process and use the PID
https://github.com/bitovi/launchpad/blob/master/lib/local/instance.js#L90
should be:
command = 'taskkill /f /pid ' + this.id;on my windows machine the
taskkillwas not working an node will not exit because a chrome will still exists