You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To Reproduce
when i use ps -ef | grep gitfiend found port id
use killport xxx, it shows No service found using port xxx
but use kill -s 9 xxx, it works good
Screenshots
If applicable, add screenshots to help explain your problem.
Environment (please complete the following information):
OS: [e.g. Ubuntu 22.04]
killport version: [e.g. 1.1.0]
The text was updated successfully, but these errors were encountered:
Describe the bug
No service found using port xxx
To Reproduce
when i use
ps -ef | grep gitfiend
found port iduse
killport xxx
, it shows No service found using port xxxbut use
kill -s 9 xxx
, it works goodScreenshots
If applicable, add screenshots to help explain your problem.
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: