-
Notifications
You must be signed in to change notification settings - Fork 49
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
Support os x #3
Comments
Does OSX not use the same |
It seems like it does from this: https://developer.apple.com/library/mac/documentation/Darwin/Reference/ManPages/man1/ps.1.html but I don't use mac, so I couldn't tell you. |
Me neither. We have a bug report from a user using our npm package that depends on yours, on os x. I'll ask him to check this. |
OS X does have |
I just pushed out a PPID query (facfbce), but I cannot test it at the moment as I am stuck on a windows box. Usage is pretty much the same as before: ps.lookup({ ppid: 12345 }, function(err, procs) {
// ...
}); |
@matthewforr can u test it on mac? |
No description provided.
The text was updated successfully, but these errors were encountered: