Skip to content
  • Andre Julius's avatar
    Add proper error handling outside send function · e8ee7034
    Andre Julius authored
    Before this commit, the program would just panic if any kind of io
    error would occur. Now the program will exit gracefully with
    printing the error beforehand.
    
    NOTE:
    The program always exits with a exit code of 0, even if an error
    occured.
    e8ee7034