sindresorhus / fkill-cli

Fabulously kill processes. Cross-platform.
MIT License
6.88k stars 159 forks source link

Make interactive mode work under Windows #69

Closed stroncium closed 4 years ago

stroncium commented 4 years ago

Check if cpu and memory fields are present in interactive mode, which was the cause of exception thrown before.

(Added separate checks for both fields in case they get partially implemented in ps-list later.)

Fixes #68.