We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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;
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
taskkill
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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 existsThe text was updated successfully, but these errors were encountered: