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

Show "use the force" prompt for process selected by inquirer prompt #56

Closed
wants to merge 2 commits into from

Conversation

jackw01
Copy link

@jackw01 jackw01 commented Sep 25, 2018

Trying to kill a process that required force would previously cause an error:

jrw@confuser 2018-09-24 20:11:13 /cygdrive/c/Users/JackW/Documents/
λ fkill
? Running processes: node.exe 16644 :4873 :4874
AggregateError:
    Error: Killing process 16644 failed: ERROR: The process with PID 16644 (child process of PID 13424) could not be terminated.
    Reason: This process can only be terminated forcefully (with /F option).
        at Array.map (<anonymous>)
        at processExists.all.then.then (C:/Users/JackW/AppData/Roaming/npm/node_modules/fkill-cli/node_modules/fkill/index.js:83:10)
    at processExists.all.then.then (C:\Users\JackW\AppData\Roaming\npm\node_modules\fkill-cli\node_modules\fkill\index.js:83:10)
    at process._tickCallback (internal/process/next_tick.js:68:7)

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

Successfully merging this pull request may close these issues.

1 participant