sindresorhus / speed-test

Test your internet connection speed and ping using speedtest.net from the CLI
MIT License
3.91k stars 164 forks source link

Errors should honor the `--json` flag #53

Closed alex-phillips closed 6 years ago

alex-phillips commented 7 years ago

Fixes #52

sindresorhus commented 7 years ago

I think it would be better to define a logError function, so you don't have to duplicate the logic each time.