neekey / ps

A Node.js module for looking up running processes
MIT License
128 stars 41 forks source link

Fix empty callback #65

Closed albard00 closed 6 years ago

albard00 commented 7 years ago

Sometimes, the "exit" event is fired before the data has been received on stdout. Using "close" event fix this issue