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
wait in that_detached instead of double-fork
On macOS /usr/bin/open already detaches via LaunchServices. spawn_detached()
adds another fork and leaves zombie children. Align that_detached with
with_detached (PR #119).
Commit Statistics
4 commits contributed to the release over the course of 18 calendar days.