websockets / wscat

WebSocket cat
MIT License
2.25k stars 223 forks source link

fix error reporting when console output is redirected #132

Closed shadowlmd closed 3 years ago

shadowlmd commented 3 years ago

When wscat is used in a script, it is useful to catch errors. Currently wscat doesn't print any errors when console output is redirected. This commit fixes it.

shadowlmd commented 3 years ago

Fixes #133.

lpinca commented 3 years ago

Thank you.