You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: Avoid using lsof -Q which is only available from lsof 4.95.0
(Debian 11 (oldstable) and Ubuntu 22.04 LTS both have lsof 4.93.2.)
The only drawback we could expect is generating a nonzero exit code,
but the current implementation with Unix.open_process_in works as is.
0 commit comments