Skip to content
New issue

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

Confirm processes are no longer visible before returning #49

Open
sindresorhus opened this issue Mar 7, 2021 · 1 comment
Open

Confirm processes are no longer visible before returning #49

sindresorhus opened this issue Mar 7, 2021 · 1 comment

Comments

@sindresorhus
Copy link
Owner

See the initial attempt and feedback in #37.

@lowzyyy
Copy link

lowzyyy commented Sep 15, 2023

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants