friends-of-hugo / contentful-export

Extract Contentful to Hugo
MIT License
23 stars 8 forks source link

Improve error handling #8

Open adriaandejonge opened 7 years ago

adriaandejonge commented 7 years ago

Specifically this instance:

https://github.com/adriaandejonge/contentful-hugo/blob/9a944b96c7bc4eb0024ececd73a36105345f8a47/dump/types.go#L15-L23

adriaandejonge commented 7 years ago

Consider centralizing error handling. log.Fatal may work well for a command line utility but would be less user friendly for the Server Mode.