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
See the initial attempt and feedback in #37.
The text was updated successfully, but these errors were encountered:
Sir, why this change is not merged? I am trying to fix my app crashing because "chrome.exe" does not exists when trying to kill Puppeteer so i used:
if (await processExists("chrome.exe")) fkill("chrome.exe", { force: true });
Similar to you. But still i get errors that fkill is trying to close process that does not exist. Why?
Sorry, something went wrong.
No branches or pull requests
See the initial attempt and feedback in #37.
The text was updated successfully, but these errors were encountered: