walkor / workerman

An asynchronous event driven PHP socket framework. Supports HTTP, Websocket, SSL and other custom protocols.
http://www.workerman.net
MIT License
11.03k stars 2.25k forks source link

Fixed safeEcho never printing output when tty decoration is unavailable. #990

Closed akotulu closed 7 months ago

akotulu commented 7 months ago

Removed if statement which prevented safeEcho from printing when tty decoration is unavailable.