Skip to content

Add proper error handling to ping, remove all `expect`

Jeremy Soller requested to merge batonius:ping into master

Created by: batonius

A quick follow-up to #21.

No expect or unwrap remains in the code, all the errors are displayed properly without panic dumps.

Merge request reports