New
playwriter@0.0.61
Improvements
- Simplified Unix port killing: Replaced shell pipeline approach (lsof/grep/awk/xargs) with direct
lsof -tfor PID discovery andprocess.kill()for termination. This eliminates spawn overhead and makes the code more maintainable while improving reliability.