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

Throw better error when you don't have permission to kill the process #5

Open
kethinov opened this issue Sep 27, 2024 · 0 comments
Open
Labels
bug Something isn't working good first issue Good for newcomers help wanted Extra attention is needed

Comments

@kethinov
Copy link
Member

Currently the error is:

Port 43788 is in use. Attempting to kill the process...
Error killing process 13664:  Error: kill EPERM
...
  errno: -4048,
  code: 'EPERM',
  syscall: 'kill'

Should be:

Port 43788 is in use. Attempting to kill the process...
Error killing process 13664: Permission denied
@kethinov kethinov added bug Something isn't working good first issue Good for newcomers help wanted Extra attention is needed labels Sep 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers help wanted Extra attention is needed
Development

No branches or pull requests

1 participant