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
It would be nice if Windows users would receive console output as Linux users.
2. MCVE
2.1. AppVeyor
I reproduced the problem from this issue on AppVeyor CI. See the AppVeyor build.
2.2. Commands
# [INFO] Install fkill-cli and simply static server “http-server”:# https://www.npmjs.com/package/http-server
npm install --global fkill-cli http-server
# [INFO] Run http-server as background process on Windows:# https://stackoverflow.com/a/39175056/5951529## [INFO] Or manually open the second command prompt,# print command for running http-server “http-server --port 4147”# and press “Enter”:
powershell -Command "Start-Process cmd -ArgumentList '/c http-server --port 4147'"# [INFO] Kill http-server running on port 4147
fkill :4147 --force --verbose
2.3. Behavior
2.3.1. Desired — Ubuntu
On Ubuntu, fkill prints information about the killed process to the console. See Travis build:
On Windows, fkill doesn’t print to the console any information about the killed process. See AppVeyor build:
fkill :4147 --force --verbose
3. Reason why the feature is needed
It would be nice if Windows users received an informational message whether the fkill command completed successfully or not. Currently, without console output Windows users don’t understand whether the process is killed or not.
4. Environment
Operating system:
Local — Windows 11 10.0.22621.2861
AppVeyor — Windows Server 2019
Node.js
Local — 21.6.0
AppVeyor — 21.2.0
fkill-cli 8.0.0
http-server 14.1.1
Thanks.
The text was updated successfully, but these errors were encountered:
1. Summary
It would be nice if Windows users would receive console output as Linux users.
2. MCVE
2.1. AppVeyor
I reproduced the problem from this issue on AppVeyor CI. See the AppVeyor build.
2.2. Commands
2.3. Behavior
2.3.1. Desired — Ubuntu
On Ubuntu, fkill prints information about the killed process to the console. See Travis build:
2.3.2. Non-desired — Windows
On Windows, fkill doesn’t print to the console any information about the killed process. See AppVeyor build:
3. Reason why the feature is needed
It would be nice if Windows users received an informational message whether the fkill command completed successfully or not. Currently, without console output Windows users don’t understand whether the process is killed or not.
4. Environment
Operating system:
Node.js
fkill-cli 8.0.0
http-server 14.1.1
Thanks.
The text was updated successfully, but these errors were encountered: