If any macOS Pants users out there could run this ...
# development
e
If any macOS Pants users out there could run this from the root of a repo using Pants and report back, I'd be grateful!:
Copy code
$ find .pids -name process_name | while read f; do echo $f && cat $f && echo; done
.pids/befde386f6ac/pantsd/process_name
pantsd [/home/j
.pids/708d87d1b898/pantsd/process_name
pantsd [/home/j
I'll probably also need your macOS version too, depending on the answer.
I think I figured this all out - nothing more to do here!
👍 2