gaia-pipeline / gaia

Build powerful pipelines in any programming language.
Apache License 2.0
5.2k stars 245 forks source link

Missing return err in server.go on err != nil #282

Open Skarlso opened 4 years ago

Skarlso commented 4 years ago

There are several lines in server.go which don't return the error in case there was actually an error.