issues
search
neekey
/
ps
A Node.js module for looking up running processes
MIT License
128
stars
41
forks
source link
use `spawn` to replace `exec` for linux/unix system
#40
Closed
neekey
closed
7 years ago
neekey
commented
7 years ago
What
use
spawn()
to replace
exec()
for Linux/Unix
This will prevent the output 200k limitation
https://github.com/neekey/ps/issues/37
What
spawn()
to replaceexec()
for Linux/Unix